diff options
| author | Luc Donnet | 2015-06-09 15:33:40 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2015-06-09 15:34:00 +0200 | 
| commit | 08bc55c292373a1cc875d8a078520caf9e116de0 (patch) | |
| tree | 5dcc0fdb18449e469f529dac7737e08ded98e7bd /config/deploy.rb | |
| parent | f9170e9480cf3a0c3474b54820ea4a5585104cb5 (diff) | |
| download | chouette-core-08bc55c292373a1cc875d8a078520caf9e116de0.tar.bz2 | |
Set devise asynchronous mail to false by default
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config/deploy.rb b/config/deploy.rb index 0060749c3..4e2e2d586 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -56,6 +56,7 @@ namespace :deploy do      run "ln -nfs #{shared_path}/config/production.rb #{release_path}/config/environments/"      run "ln -nfs #{shared_path}/config/secrets.yml #{release_path}/config/"      run "ln -nfs #{shared_path}/config/newrelic.yml #{release_path}/config/" +    run "ln -nfs #{shared_path}/config/devise_async.rb #{release_path}/config/initializers/"    end    desc "Install chouette command" | 
