Skip to content

Instantly share code, notes, and snippets.

@vincentmac
Created April 2, 2012 22:38
Show Gist options
  • Save vincentmac/2287692 to your computer and use it in GitHub Desktop.
Save vincentmac/2287692 to your computer and use it in GitHub Desktop.
#!: forever post-receive
#!/bin/sh
GIT_WORK_TREE=/var/www/simplicity.io
export GIT_WORK_TREE
git checkout -f
forever stop 0
NODE_ENV=production forever start /var/www/simplicity.io/app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment