diff options
| author | Luc Donnet | 2018-01-09 17:38:27 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-01-09 17:40:33 +0100 | 
| commit | 730ef590b337fd4e005176e252299145b7404997 (patch) | |
| tree | 8bd85e8c5556560acb4aadba7298c7fa38a509e7 /config/deploy | |
| parent | bdd77c2aa5bbe66da2777f4c46c730b9c5f7df4d (diff) | |
| download | chouette-core-730ef590b337fd4e005176e252299145b7404997.tar.bz2 | |
Fix user to deploy to staging with capistrano
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/staging.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 2c3970e40..5307ce55a 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,2 +1,2 @@ -server "stif-boiv-worker-staging.af83.priv", :app, :web, :db, :primary => true +server "stif-boiv-worker-staging.af83.priv", :app, :web, :db, :primary => true, :user => 'deploy'  set :branch, 'staging' | 
