Sha256: 3142cf82b8bdf8b54be2dfc1adc910fa50d56d35b26cc5a8a96e562235d941cd

Contents?: true

Size: 537 Bytes

Versions: 1

Compression:

Stored size: 537 Bytes

Contents

set :application, "backlog"
set :repository, "svn://rubyforge.org/var/svn/#{application}/trunk"

role :web, "www.kubosch.no"
role :app, "www.kubosch.no"
role :db,  "www.kubosch.no", :primary => true

set :user, "donv"
set :use_sudo, false

desc "The spinner task is used by :cold_deploy to start the application up"
task :spinner, :roles => :app do
send(run_method, "/sbin/service #{application} start")
end

desc "Restart the mongrel server"
task :restart, :roles => :app do
send(run_method, "/sbin/service #{application} restart")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog-0.0.4 config/deploy_kubosch.rb