Skip to content

Instantly share code, notes, and snippets.

@manfrin
Forked from todd/deploy_branch.sh
Created February 9, 2018 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manfrin/704355edbd409f3d0f9229256b46d9fd to your computer and use it in GitHub Desktop.
Save manfrin/704355edbd409f3d0f9229256b46d9fd to your computer and use it in GitHub Desktop.
Deploy Command
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