diff options
| author | Alban Peignier | 2016-03-21 09:00:58 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2016-03-21 09:00:58 +0100 | 
| commit | 835621d1c9a295623571d76a7579be9745e71aeb (patch) | |
| tree | 5fee6a26d84e990ea5f7ddeb7c76b4947fa17c9a /config/deploy/sandbox.rb | |
| parent | 760f911f9b73b54d1457183f3dec5784a1dd90dd (diff) | |
| download | chouette-core-835621d1c9a295623571d76a7579be9745e71aeb.tar.bz2 | |
Update capistrano file for af83 infrastructure. Refs #573
Diffstat (limited to 'config/deploy/sandbox.rb')
| -rw-r--r-- | config/deploy/sandbox.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/deploy/sandbox.rb b/config/deploy/sandbox.rb index f9e1354d6..0b1d17088 100644 --- a/config/deploy/sandbox.rb +++ b/config/deploy/sandbox.rb @@ -1,2 +1,2 @@  server "sandbox", :app, :web, :db, :primary => true -set :deploy_via, :remote_cache +set :rails_env, "dev" | 
