We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4196d22 commit 779b58fCopy full SHA for 779b58f
bin/pre_deploy
@@ -59,12 +59,12 @@ if [[ -v NEW_RELIC_CONFIG_FILE ]]; then
59
# Report the deploy to New Relic using their Python agent. In addition to
60
# the passed arguments, record-deploy references the environment variables
61
# `NEW_RELIC_APP_NAME` and `NEW_RELIC_API_KEY`.
62
- newrelic-admin record-deploy "$NEW_RELIC_APP_ID" \
63
- "$NEW_RELIC_CONFIG_FILE" \
64
- "$HEROKU_SLUG_COMMIT" \
+ newrelic-admin record-deploy "$NEW_RELIC_CONFIG_FILE" \
65
"$DESCRIPTION" \
+ "$HEROKU_SLUG_COMMIT" \
66
"$CHANGELOG" \
67
"$USER"
+ echo "-----> PRE-DEPLOY: Deployed to New Relic App: " $NEW_RELIC_APP_NAME
68
fi
69
70
echo "-----> PRE-DEPLOY: Complete!"
0 commit comments