Skip to content

Instantly share code, notes, and snippets.

@davidpp
Created August 7, 2014 16:06
Show Gist options
  • Save davidpp/35b20b916003cc334567 to your computer and use it in GitHub Desktop.
Save davidpp/35b20b916003cc334567 to your computer and use it in GitHub Desktop.
Automatic deploy to it
git remote | grep -q frbit-stage || git remote add frbit-stage git@git1.eu1.frbit.com:my-app-stage.git
git push frbit-master refs/heads/stage:refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment