mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Delete deploy.rb
This commit is contained in:
parent
5e300207b6
commit
7270455960
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
require 'bundler/capistrano'
|
||||
require 'sidekiq/capistrano'
|
||||
|
||||
set :scm, :git
|
||||
set :repository, 'git@github.com:mperham/sidekiq'
|
||||
ssh_options[:forward_agent] = true
|
||||
|
||||
default_run_options[:pty] = true # needed to run sudo
|
||||
set :user, 'mperham'
|
||||
set :application, "myapp"
|
||||
set :deploy_via, :remote_cache
|
||||
|
||||
role :web, "localhost"
|
||||
role :app, "localhost"
|
||||
role :db, "localhost", :primary => true
|
Loading…
Add table
Reference in a new issue