metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

production.rb
application/x-ruby

Download raw (267 bytes)

set :scm, :git
set :repository,  "git@github.com:greyfont/metaflop-www.git"
set :deploy_via, :remote_cache # don't clone repo each time
set :deploy_to, "/local/metaflop/www/metaflop.greyfont.com"

role :web, "metaflop.greyfont.com"
role :app, "metaflop.greyfont.com"