Sha256: f90db42f92a94d2ba8b221e57ddc785e4d47708eb1c79bc5f457ca96abd771c6

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

# Capistrano recipe for the production server
# origin: RM

set :user, "deploy-platforms"
set :deploy_to, '/opt/www/platforms.makandra.com'
set :rails_env, 'production'
set :branch, 'master'
server "vogler.makandra.de", :app, :web, :cron, :db, :primary => true
server "moeller.makandra.de", :app, :web

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/config/deploy/production.rb
serum-rails-0.2.0 spec/test_apps/rails-2-3/config/deploy/production.rb
serum-rails-0.1.1 spec/test_app/config/deploy/production.rb
serum-rails-0.1.0 spec/test_app/config/deploy/production.rb