Skip to content

Instantly share code, notes, and snippets.

@EvanK
Created May 27, 2014 19:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanK/80bed00f3495c4f72dd1 to your computer and use it in GitHub Desktop.
Save EvanK/80bed00f3495c4f72dd1 to your computer and use it in GitHub Desktop.
Deploying specific branch/committish in Capistrano 2 vs 3
# -S key=value
cap staging deploy -S branch=42-super-awesome-feature-branch
# environment variable
branch=42-super-awesome-feature-branch cap staging deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment