aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
authorFlorent Peyraud2018-01-09 14:18:40 +0100
committerFlorent Peyraud2018-01-09 14:18:40 +0100
commit576f9d526527eae8c0f4e709820f63c6c8fa054b (patch)
tree257c935d401b114e52138d1f331328c26b0e24d1 /config/deploy
parentbd7ed00cbe091c1256931896715a6faccc388885 (diff)
downloadchouette-core-576f9d526527eae8c0f4e709820f63c6c8fa054b.tar.bz2
change target server for staging
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/staging.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
index d0a1edc42..2c3970e40 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
+server "stif-boiv-worker-staging.af83.priv", :app, :web, :db, :primary => true
set :branch, 'staging'