Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created November 9, 2012 20:58
Show Gist options
  • Save coderforhire/4048196 to your computer and use it in GitHub Desktop.
Save coderforhire/4048196 to your computer and use it in GitHub Desktop.
#!/bin/bash
git add --all
git commit -am $1
git push origin master
git push live master
cap deploy:update
cap deploy:migrate
cap deploy:cleanup -s keep_releases=1
cap deploy:restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment