Skip to content

Instantly share code, notes, and snippets.

@durran
Created December 14, 2011 10:05
Show Gist options
  • Save durran/1475968 to your computer and use it in GitHub Desktop.
Save durran/1475968 to your computer and use it in GitHub Desktop.
Git deploy with Trinidad
#!/bin/sh
set -e
cd ..
unset GIT_DIR
env -i git reset --hard
/home/user/.rvm/bin/rvm jruby@app exec bundle install
touch /data/app/tmp/restart.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment