summaryrefslogtreecommitdiff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorRosemary Sanchez <rsanchez@madebyuppercut.com>2013-08-09 14:02:28 -0700
committerRosemary Sanchez <rsanchez@madebyuppercut.com>2013-08-09 14:02:28 -0700
commitf720f3a81cf7a7077bcf320c9a0db0ca4fb1df3a (patch)
treeb3bd7e60168e7619129281472d12c7c5f916bb18 /config/deploy.rb
parentc69a7be929e50678c92bd7a7114788de13ee3d74 (diff)
parent8eee6727265617955a1839ef2f8c69d9fe75db36 (diff)
Merge pull request #18 from madebyuppercut/moHEADmaster
Add tasks to backup remote databases and restore them locally.
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 0ac0220..d6a52e2 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -9,6 +9,8 @@ load "config/recipes/nodejs"
load "config/recipes/rbenv"
load "config/recipes/newrelic"
load "config/recipes/monit"
+# general tasks
+load "config/recipes/utility"
set :application, "parley"
set :user, "deployer"
@@ -29,3 +31,4 @@ after "deploy", "deploy:cleanup" # keep only the last 5 releases
# cap deploy:setup
# cap deploy:cold
# cap nginx:start # this may be necessary if it didn't start up properly before
+