git - Heroku-'up to date', not up to date -


there seem many questions not finding solution works me.

git push heroku master 

'everything date', -not so. same commit did yesterday worked. today remains unchanged. can go heroku/.../activity , rollback version. pushing doesnt seem change anything. code @ github correct, heroku looking at?

any direction appreciated

edit

things ive tried: -forcing, reseting hard commit, pulling merging first, removing , re-adding remotes, commiting under different branch, creating new heroku app , pushing that. end showing old version.

update

i ran

git ls-remote heroku  

and head , refs/head/master both match recent commit. site still displays old version.

note caching disabled.

update

i ran:

heroku git:clone -a (heroku app) 

to see in there, , sure enough new version there. why when navigate render old version in browser?

note there no name redundancies in code.

update

decided make new rails app , copy files needed , push new heroku app, , maybe little bit move on life.

if renamed app sure update git remote

$ git remote rm heroku $ heroku git:remote -a newname 

https://devcenter.heroku.com/articles/renaming-apps#updating-git-remotes


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -