Skip to content
Jean-Denis Vauguet edited this page Jan 11, 2016 · 19 revisions

It is a two-head environment:

The staging environment runs on the same hardware (same bay!) as the production. It is deployed automatically by Travis CI when commits are pushed to the master branch, so one never has to deploy on staging.

Deploying www.ruby-lang.org is achieved by any editorial team's member, simply by pushing to the remote repository on Heroku:

git push heroku  # makes it live!
Clone this wiki locally