diff options
| -rw-r--r-- | config/deploy/production.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 3b6e8cb..b4224ee 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,8 +1,8 @@ # Your HTTP server, Apache/etc -role :web, "192.241.204.27" +role :web, "www.parleytool.com" # This may be the same as your `Web` server -role :app, "192.241.204.27" +role :app, "www.parleytool.com" # This is where Rails migrations will run -role :db, "192.241.204.27", primary: true +role :db, "www.parleytool.com", primary: true #role :db, "your slave db-server here" |
