summaryrefslogtreecommitdiff
path: root/config/deploy
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-25 11:29:10 -0600
committermo khan <mo@mokhan.ca>2013-07-25 11:29:10 -0600
commitbe806db2ecd38d9687e5d93d4200e72a46890f31 (patch)
treec9fec9bedfcad2cbf3485a3a0c0aa69b91100fdf /config/deploy
parent004ba91308603fbba5d16ff24472444323eb2f67 (diff)
update ip for my private instance
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/mo.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/mo.rb b/config/deploy/mo.rb
index 5f8f52c..6a8d19c 100644
--- a/config/deploy/mo.rb
+++ b/config/deploy/mo.rb
@@ -1,6 +1,6 @@
# Your HTTP server, Apache/etc
-role :web, "127.0.0.1"
+role :web, "192.241.151.56"
# This may be the same as your `Web` server
-role :app, "127.0.0.1"
+role :app, "192.241.151.56"
# This is where Rails migrations will run
-role :db, "127.0.0.1", primary: true
+role :db, "192.241.151.56", primary: true