Skip to content

Instantly share code, notes, and snippets.

View manfrin's full-sized avatar

Mike Manfrin manfrin

  • AnyRoad
  • Berkeley
View GitHub Profile
@manfrin
manfrin / deploy_branch.sh
Created February 9, 2018 23:51 — forked from todd/deploy_branch.sh
Deploy Command
deploy-branch() {
stage=$1
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) bundle exec cap $stage deploy
}
@manfrin
manfrin / deploy_branch.sh
Created February 9, 2018 23:51 — forked from todd/deploy_branch.sh
Deploy Command
deploy-branch() {
stage=$1
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) bundle exec cap $stage deploy
}