summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-26 10:23:47 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-26 10:23:47 -0600
commitf6f238c88a0324a3ee60783479e35671b50bdf32 (patch)
tree1831f47cccdc06efc59b6765e901846f7ffde3d4
parentb86c55693b26ca57fc3373e45ba91eff325530c5 (diff)
update prod to new box
-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"