添加部署想过信息
Showing
Capfile
0 → 100644
... | ... | @@ -49,6 +49,13 @@ group :development do |
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
gem 'spring' | ||
gem 'spring-watcher-listen', '~> 2.0.0' | ||
# deplopy | ||
gem "capistrano", "~> 3.11", require: false | ||
gem 'capistrano-rvm', '~> 0.1.2', require: false | ||
gem 'capistrano-rails', '~> 1.4', require: false | ||
gem 'capistrano3-puma', '~> 3.1', '>= 3.1.1', require: false # https://github.com/seuros/capistrano-puma | ||
gem 'capistrano-sidekiq', '~> 1.0', '>= 1.0.2', require: false | ||
end | ||
group :test do | ||
... | ... |
config/deploy.rb
0 → 100644
config/deploy/dev.rb
0 → 100644
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
config/deploy/testing.rb
0 → 100644
Please
register
or
sign in
to comment