diff options
Diffstat (limited to 'config/deploy/prod.rb')
| -rw-r--r-- | config/deploy/prod.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/deploy/prod.rb b/config/deploy/prod.rb new file mode 100644 index 0000000..dbf27dd --- /dev/null +++ b/config/deploy/prod.rb @@ -0,0 +1,8 @@ +# Your HTTP server, Apache/etc +role :web, "198.199.118.206" +# This may be the same as your `Web` server +role :app, "198.199.118.206" +# This is where Rails migrations will run +role :db, "198.199.118.206", primary: true +#role :db, "your slave db-server here" + |
