Skip to content

Pushing to the development and production servers

Patrick Bolger edited this page May 14, 2018 · 6 revisions

Setting up the deployment server

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) )

Pushing to the development server:

  • 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 ?
  • happens whenever a github PR is merged into the develop branch

Deploying to the production server:

Clone this wiki locally