Sha256: d2b7dae5a00ee5b620188da00ab23e2e1080cd479e8ea89fd1049b2eca895b53
Contents?: true
Size: 565 Bytes
Versions: 85
Compression:
Stored size: 565 Bytes
Contents
set :application, "backlog" set :repository, "svn://rubyforge.org/var/svn/#{application}/trunk" set :rails_env, :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
85 entries across 84 versions & 1 rubygems