summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/deploy/prod.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/prod.rb b/config/deploy/prod.rb
index 90192d5..dbf27dd 100644
--- a/config/deploy/prod.rb
+++ b/config/deploy/prod.rb
@@ -1,8 +1,8 @@
# Your HTTP server, Apache/etc
-role :web, "198.199.101.128"
+role :web, "198.199.118.206"
# This may be the same as your `Web` server
-role :app, "198.199.101.128"
+role :app, "198.199.118.206"
# This is where Rails migrations will run
-role :db, "198.199.101.128", primary: true
+role :db, "198.199.118.206", primary: true
#role :db, "your slave db-server here"