capistrano: fix newrelic deployment tagging.

Override the appname in config/newrelic.yml so that we don't
accidentally tag deployments under the wrong app.
This commit is contained in:
evazion
2019-08-12 19:20:33 -05:00
parent 5acc75d21b
commit 9b57631046

View File

@@ -8,4 +8,5 @@ server "shima", :roles => %w(web app)
server "saitou", :roles => %w(web app)
server "oogaki", :roles => %w(worker)
set :newrelic_appname, "Danbooru"
after "deploy:finished", "newrelic:notice_deployment"