Sha256: b7ca949caa5aabc30b65b7ad008c4d12bfe9916ce5181fcdd5e949ba3efb1d44

Contents?: true

Size: 467 Bytes

Versions: 7

Compression:

Stored size: 467 Bytes

Contents

set :application, "my-awesome-blog"

set :repository, "."
set :scm,        :none # not recommended in production
set :deploy_via, :copy

server "192.168.33.10", :web, :app, :db, :primary => true

set :user,     "vagrant"
set :password, "vagrant" # not recommended in production

set :deploy_to, "/home/#{user}/#{application}"

set :use_sudo, false
default_run_options[:pty] = true

before "deploy:cold" do
  deploy.setup
  roundsman.run_list "recipe[main::cold]"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
roundsman-sgonyea-0.1.0.4 test/ubuntu-lucid/config/deploy.rb
roundsman-sgonyea-0.1.0.3 test/ubuntu-lucid/config/deploy.rb
roundsman-sgonyea-0.1.0.2 test/ubuntu-lucid/config/deploy.rb
roundsman-0.1.1 test/ubuntu-lucid/config/deploy.rb
roundsman-sgonyea-0.1.0.1 test/ubuntu-lucid/config/deploy.rb
roundsman-0.1.0 test/ubuntu-lucid/config/deploy.rb
roundsman-0.0.1 test/ubuntu-lucid/config/deploy.rb