carafe
carafe copied to clipboard
repo
Carafe deploy for remote host or from local copy? Looks like if i do not have last git version on local machine it deploy it but not remote repo
On the build host, the code is fetched from the remote repository. The local state of the repo does not matter.
The behaviour here is determined by your configuration and the capistrano defaults.
If you forget to push before deploying and deploy old code because of this, it is possible to check this in an early capistrano task to abort with an error message.