ad capistrano

This commit is contained in:
Torsten Ruger
2018-04-22 13:11:57 +03:00
parent 6a64718678
commit 4f3d33c322
8 changed files with 154 additions and 45 deletions

View File

@ -36,4 +36,11 @@ group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rails-console'
gem 'capistrano-passenger'
end