Sha256: 07219845f1699dd956e5d090504e799fd423b3fa2c260c339f81dac935740b19
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
set :application, "backlog" set :repository, "svn://rubyforge.org/var/svn/#{application}/trunk" set :rails_env, :kubosch_production 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.0.5 | config/deploy_kubosch.rb |
backlog-0.1.0 | config/deploy_kubosch.rb |