Last active
August 29, 2015 14:01
-
-
Save mlocher/4fb8e29fe8467c569b19 to your computer and use it in GitHub Desktop.
notify_rollbar
This file contains hidden or 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
#!/bin/bash | |
curl https://api.rollbar.com/api/1/deploy/ -F access_token=$ROLLBAR_ACCESS_TOKEN -F revision=$COMMIT_ID -F environment=production -F local_username=$CI_COMMITTER_USERNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment