Search code examples
ruby-on-railsgitcapistrano

Why does my Capistrano Deployment point to an old Commit?


I finalized my last work on a git branch and merged it to the branch for my staging environment. But after my Capistrano Deployment Script finished i rubbed my eyes, because although my changes are pushed to Github my last Commit was completely ignored. They point is that even the remote branch points to the real last commit, but that is not recognised by capistrano for some reasons. Any Ideas?


Solution

  • I found the Problem. There was a bad entry in the hosts file which leads to that strange behavior. Thank you for your efforts.