Skip to content

Commit

Permalink
Merge pull request #25 from kylebrowning/kylebrowning-newrelic-example
Browse files Browse the repository at this point in the history
Updates new relic API url
  • Loading branch information
Chadderton Odwazny committed Feb 11, 2015
2 parents 72bca24 + 3d6dbdd commit be30c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/newrelic/newrelic.sh
Expand Up @@ -13,4 +13,4 @@ repotype=$6 # The version control system your site is using; "git" or "svn".
#Load the New Relic APPID and APPKEY variables.
. $HOME/newrelic_settings

curl -s -H "x-api-key:$APIKEY" -d "deployment[application_id]=$APPID" -d "deployment[host]=localhost" -d "deployment[description]=$deployedtag deployed to $site:$targetenv" -d "deployment[revision]=$deployedtag" -d "deployment[changelog]=$deployedtag deployed to $site:$targetenv" -d "deployment[user]=$username" https://rpm.newrelic.com/deployments.xml
curl -s -H "x-api-key:$APIKEY" -d "deployment[application_id]=$APPID" -d "deployment[host]=localhost" -d "deployment[description]=$deployedtag deployed to $site:$targetenv" -d "deployment[revision]=$deployedtag" -d "deployment[changelog]=$deployedtag deployed to $site:$targetenv" -d "deployment[user]=$username" https://api.newrelic.com/deployments.xml

0 comments on commit be30c4d

Please sign in to comment.