forked from thesuss/shf-project
-
Notifications
You must be signed in to change notification settings - Fork 37
Pushing to the development and production servers
Patrick Bolger edited this page May 14, 2018
·
6 revisions
The server is set up as described in this tutorial: https://gorails.com/deploy/ubuntu/16.04 (The GoRails guide to deploying Ruby on Rails (on DigitalOcean) )
-
uses CI set up via semaphore (github hook)
- need to see what that is;
- what is set?
- is the standard Semaphore build settings and script used or are there any additional settings?
- what is
Rails.env
?
- need to see what that is;
-
happens whenever a github PR is merged into the
develop
branch
-
setting up the system ('droplet') on DigitalOcean
-
must set up swap space otherwise it may run out of memory and kill the compilation process
-
-
uses config/deploy.rb and Capfile
- how is APP_PATH set?
-
happens when....?