Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created August 23, 2016 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/308381758d4dbe1a12af0881d57f7efc to your computer and use it in GitHub Desktop.
Save abuiles/308381758d4dbe1a12af0881d57f7efc to your computer and use it in GitHub Desktop.
npm run-script deploy:activate production -- --revision `git rev-parse --short HEAD`
curl https://api.rollbar.com/api/1/deploy/ -F access_token=token -F environment=production -F revision=`git log -n 1 --pretty=format:"%H"` -F local_username=$DOCKBIT_DEPLOYMENT_CREATOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment