Skip to content

Instantly share code, notes, and snippets.

@forrestwilkins
Created June 23, 2015 18:26
Show Gist options
  • Save forrestwilkins/c41bd1f476d0c2109105 to your computer and use it in GitHub Desktop.
Save forrestwilkins/c41bd1f476d0c2109105 to your computer and use it in GitHub Desktop.
ssh root@elheroe.net 'service unicorn stop && cd /home/rails && git pull && export PATH=$PATH:/usr/local/rvm/rubies/ruby-2.1.5/bin && /home/rails/bin/bundle install && /home/rails/bin/rake assets:precompile RAILS_ENV=production && service unicorn start'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment