diff options
| author | Alban Peignier | 2016-05-15 22:06:58 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2016-05-15 22:06:58 +0200 | 
| commit | 11b611acc80cc6bb80b369e33c090d3f6975d694 (patch) | |
| tree | 746a10f4236cd2b8a00129c678610446e8fb8d5e | |
| parent | d45082d1b1d9f5e3d4ffa1b18fa194b5c0bbfe40 (diff) | |
| download | chouette-core-11b611acc80cc6bb80b369e33c090d3f6975d694.tar.bz2 | |
Deploy staging branch on staging environment :clapclap:
| -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 c4f1dec2c..d0a1edc42 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1,2 +1,2 @@  server "stif-boiv-staging.af83.priv", :app, :web, :db, :primary => true -set :branch, 'master' +set :branch, 'staging' | 
