Last active
February 9, 2018 23:51
-
-
Save todd/b7ecf1d5d721e2a075dc to your computer and use it in GitHub Desktop.
Deploy Command
This file contains 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
deploy-branch() { | |
stage=$1 | |
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) bundle exec cap $stage deploy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment