Skip to content
Jean-Denis Vauguet edited this page May 31, 2013 · 19 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