summaryrefslogtreecommitdiff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-25 13:46:10 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-25 13:46:10 -0600
commita743e5cecf0d70d8fcc8c26d6a28d54f512f61d5 (patch)
treeb7a4de9e53a4e00c493d2ece9e39a1e316499293 /config/deploy.rb
parent98c6ebe4d61080d2f85759efb668a535eb1fc8d0 (diff)
add new servers to new relic
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index c214f71..33876a1 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -10,6 +10,7 @@ load "config/recipes/postgresql"
load "config/recipes/nodejs"
load "config/recipes/rbenv"
load "config/recipes/check"
+load "config/recipes/newrelic"
set :application, "parley"
set :user, "deployer"