Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created March 8, 2013 17:46
Show Gist options
  • Save mrpatrick/5118329 to your computer and use it in GitHub Desktop.
Save mrpatrick/5118329 to your computer and use it in GitHub Desktop.
Send a newrelic deploy message via their API
curl -H "x-api-key:YOUR_API_KEY_HERE" -d "deployment[app_name]=iMyFace.ly Production" -d "deployment[description]=This deployment was sent using curl" -d "deployment[changelog]=many hands make light work" -d "deployment[user]=Joe User" https://api.newrelic.com/deployments.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment