Skip to content

Commit

Permalink
Fix New Relic after upgrading python package (#6764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dawson authored Sep 16, 2020
1 parent 4196d22 commit 779b58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/pre_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ if [[ -v NEW_RELIC_CONFIG_FILE ]]; then
# Report the deploy to New Relic using their Python agent. In addition to
# the passed arguments, record-deploy references the environment variables
# `NEW_RELIC_APP_NAME` and `NEW_RELIC_API_KEY`.
newrelic-admin record-deploy "$NEW_RELIC_APP_ID" \
"$NEW_RELIC_CONFIG_FILE" \
"$HEROKU_SLUG_COMMIT" \
newrelic-admin record-deploy "$NEW_RELIC_CONFIG_FILE" \
"$DESCRIPTION" \
"$HEROKU_SLUG_COMMIT" \
"$CHANGELOG" \
"$USER"
echo "-----> PRE-DEPLOY: Deployed to New Relic App: " $NEW_RELIC_APP_NAME
fi

echo "-----> PRE-DEPLOY: Complete!"

0 comments on commit 779b58f

Please sign in to comment.