deploy
Showing
Capfile
0 → 100644
| ... | ... | @@ -75,3 +75,11 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| # Deploy | ||
| gem 'capistrano' | ||
| gem 'capistrano-rails' | ||
| gem 'capistrano-bundler' | ||
| gem 'capistrano-unicorn-nginx' | ||
| gem 'unicorn' | ||
| gem 'capistrano-rvm' |
config/deploy.rb
0 → 100644
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
Please
register
or
sign in
to comment