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 | |
| parent | 760f911f9b73b54d1457183f3dec5784a1dd90dd (diff) | |
| download | chouette-core-835621d1c9a295623571d76a7579be9745e71aeb.tar.bz2 | |
Update capistrano file for af83 infrastructure. Refs #573
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/dev.rb | 1 | ||||
| -rw-r--r-- | config/deploy/sandbox.rb | 2 | ||||
| -rw-r--r-- | config/deploy/staging.rb | 9 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 3 | 
4 files changed, 4 insertions, 11 deletions
| diff --git a/config/deploy/dev.rb b/config/deploy/dev.rb new file mode 100644 index 000000000..400f1d787 --- /dev/null +++ b/config/deploy/dev.rb @@ -0,0 +1 @@ +server "stif-boiv-dev.af83.priv", :app, :web, :db, :primary => true 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" diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 983e4ec68..c4f1dec2c 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,7 +1,2 @@ -server "chouette-int.aix.cityway.fr", :app, :web, :db, :primary => true -set :deploy_via, :copy -set :copy_cache, true -set :copy_via, :scp -set :copy_exclude, ".git/*" -set :branch, "V3_1" -set :gui_cmd, "3.0.0" +server "stif-boiv-staging.af83.priv", :app, :web, :db, :primary => true +set :branch, 'master' diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb deleted file mode 100644 index d363a6fa4..000000000 --- a/config/deploy/unstable.rb +++ /dev/null @@ -1,3 +0,0 @@ -server "chouette-p.aix.cityway.fr", :app, :web, :db, :primary => true -set :branch, "master" -#set :gui_cmd, "2.5.2" | 
