Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Deployment

Jean-Denis Vauguet edited this page May 31, 2013 · 8 revisions

It is a two-head environment:

The staging environment is protected by htaccess (ruby / vit-core) to prevent any indexing. It runs on the same hardware (same bay) than the production one.

Deploying ruby-lang.org is achieved by any editorial team's member, using a mina task which publishes the master branch :

mina deploy            # deploys to staging…
mina deploy:production # makes it live!
Clone this wiki locally