Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created June 11, 2012 16:30
Show Gist options
  • Save coderforhire/2911093 to your computer and use it in GitHub Desktop.
Save coderforhire/2911093 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
cap deploy:update
cap deploy:migrate
cap deploy:restar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment