diff options
| author | mo khan <mo@mokhan.ca> | 2013-08-09 14:29:23 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-08-09 14:29:23 -0600 |
| commit | 8eee6727265617955a1839ef2f8c69d9fe75db36 (patch) | |
| tree | 578cbe99cdcfb97d4db80a8c866c4c6a38347356 /config/deploy.rb | |
| parent | a90d09be8a682523e762bda68a3b69bae2bb2864 (diff) | |
add descriptions to the database backup/restore tasks
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 81b74a3..d6a52e2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -10,7 +10,7 @@ load "config/recipes/rbenv" load "config/recipes/newrelic" load "config/recipes/monit" # general tasks -load "config/recipes/server" +load "config/recipes/utility" set :application, "parley" set :user, "deployer" |
