Created
May 27, 2014 19:56
-
-
Save EvanK/80bed00f3495c4f72dd1 to your computer and use it in GitHub Desktop.
Deploying specific branch/committish in Capistrano 2 vs 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -S key=value | |
cap staging deploy -S branch=42-super-awesome-feature-branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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