Skip to content

Instantly share code, notes, and snippets.

@Rudis1261
Created November 3, 2016 13:06
Show Gist options
  • Save Rudis1261/ee4e8bd96c20e5844250e2895afbca06 to your computer and use it in GitHub Desktop.
Save Rudis1261/ee4e8bd96c20e5844250e2895afbca06 to your computer and use it in GitHub Desktop.
Just another deploy script
#!/bin/bash
git pull -s recursive -X theirs origin $1
RAILS_ENV=mnet_production bundle exec rake assets:precompile
service unicornswipe1 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment