Skip to content

Instantly share code, notes, and snippets.

@ericwilson
Created April 27, 2014 01:35
Show Gist options
  • Save ericwilson/11335577 to your computer and use it in GitHub Desktop.
Save ericwilson/11335577 to your computer and use it in GitHub Desktop.
New Relic Deployment Notification
curl -H "x-api-key:8d00e2869400597af4a114d31789088e3724f391f287a4c"
-d "deployment[application_id]=1114517"
-d "deployment[description]=This deployment was sent using curl"
-d "deployment[revision]=1242"
-d "deployment[changelog]=many hands make light work"
-d "deployment[user]=Joe User" https://rpm.newrelic.com/deployments.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment