jdsteinbach
5/27/2014 - 7:56 PM

Deploying specific branch/committish in Capistrano 2 vs 3

Deploying specific branch/committish in Capistrano 2 vs 3

# environment variable
branch=42-super-awesome-feature-branch cap staging deploy
# -S key=value
cap staging deploy -S branch=42-super-awesome-feature-branch