Skip to content

Commit 6b5f705

Browse files
authored
Cloud66 (#361)
1 parent 10164a5 commit 6b5f705

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.cloud66/manifest.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
production:
2+
rails:
3+
server:
4+
unique_name: app
5+
configuration:
6+
asset_pipeline_precompile: true
7+
do_initial_db_schema_load: true
8+
environment_variables:
9+
MAILER_SENDER_ADDRESS: [email protected]
10+
HOST: example.com
11+
SMTP_DOMAIN: example.com
12+
SMTP_ADDRESS: smtp.sendgrid.net
13+
SMTP_PORT: 587
14+
SMTP_USERNAME:
15+
SMTP_PASSWORD:
16+

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ heroku run rake db:schema:load
150150
heroku open
151151
```
152152

153+
### Custom Server
154+
155+
To be able to deploy to your custom server [Cloud66.com](http://cloud66.com) recommended as a provisioning and deployment service.
156+
Make sure to review and configure `cloud66/manifest.yml` before deployment.
157+
153158
## Credits
154159

155160
Rails Base is maintained by [Timur Vafin](http://github.com/timurvafin).

0 commit comments

Comments
 (0)