Skip to content

Instantly share code, notes, and snippets.

@mlocher
Last active August 29, 2015 14:01
Show Gist options
  • Save mlocher/4fb8e29fe8467c569b19 to your computer and use it in GitHub Desktop.
Save mlocher/4fb8e29fe8467c569b19 to your computer and use it in GitHub Desktop.
notify_rollbar
#!/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