Skip to content

Instantly share code, notes, and snippets.

@russ
Forked from cardplayer/gist:11671
Created September 19, 2008 23:16
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 russ/11685 to your computer and use it in GitHub Desktop.
Save russ/11685 to your computer and use it in GitHub Desktop.
# Make your changes
git commit -m "Your commit message"
git co joshp/staging
git merge master
git co joshp/production
git merge master
git push
git co master
# Push files to live servers
Terminal
ssh joker.cardplayer.com
cd /root/cardplayer
git co production
cap deploy:upload FILES="your files"
git co master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment