Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Enable second shelly cloud for hacken.in-master #355
Browse files Browse the repository at this point in the history
Add new domains and a second host config to Cloudfile (master + release)
  • Loading branch information
bascht committed Apr 13, 2014
1 parent 2f7dad6 commit 783c753
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Cloudfile
@@ -1,8 +1,21 @@
hacken-in:
ruby_version: 2.0.0
environment: production # RAILS_ENV
environment: production
domains:
- hacken-in.shellyapp.com
- release.hacken.in
servers:
app1:
size: large
thin: 4
databases:
- postgresql
hacken-in-master:
ruby_version: 2.0.0
environment: production
domains:
- hacken-in-master.shellyapp.com
- master.hacken.in
servers:
app1:
size: large
Expand Down

0 comments on commit 783c753

Please sign in to comment.