File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ heroku run rake db:schema:load
150
150
heroku open
151
151
```
152
152
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
+
153
158
## Credits
154
159
155
160
Rails Base is maintained by [ Timur Vafin] ( http://github.com/timurvafin ) .
You can’t perform that action at this time.
0 commit comments