Skip to content

Instantly share code, notes, and snippets.

@JoeStanton
Last active December 11, 2015 13:18
Show Gist options
  • Save JoeStanton/4606129 to your computer and use it in GitHub Desktop.
Save JoeStanton/4606129 to your computer and use it in GitHub Desktop.
after_success:
- chmod 600 deployment/key.pem
- ssh-add deployment/key.pem
- gem install capistrano
- cap deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment