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:
@@ -8,4 +8,5 @@ server "shima", :roles => %w(web app)
|
|||||||
server "saitou", :roles => %w(web app)
|
server "saitou", :roles => %w(web app)
|
||||||
server "oogaki", :roles => %w(worker)
|
server "oogaki", :roles => %w(worker)
|
||||||
|
|
||||||
|
set :newrelic_appname, "Danbooru"
|
||||||
after "deploy:finished", "newrelic:notice_deployment"
|
after "deploy:finished", "newrelic:notice_deployment"
|
||||||
|
|||||||
Reference in New Issue
Block a user