diff options
| -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' | 
