Created
April 14, 2014 14:18
-
-
Save braidn/10652341 to your computer and use it in GitHub Desktop.
Appsignal Notify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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