Skip to content

Instantly share code, notes, and snippets.

@braidn
Created April 14, 2014 14:18
Show Gist options
  • Save braidn/10652341 to your computer and use it in GitHub Desktop.
Save braidn/10652341 to your computer and use it in GitHub Desktop.
Appsignal Notify
cd $STACK_PATH
bundle exec appsignal notify_of_deploy -name="AppName" --environment=production --revision=`git log -1 --pretty=%H` --user=`git log -1 --pretty=%aN`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment