added capistrano passenger to restart server on deploy
Showing
with
5 additions
and
0 deletions
... | @@ -59,6 +59,7 @@ group :development, :test do | ... | @@ -59,6 +59,7 @@ group :development, :test do |
gem 'capistrano', '~> 3.6' | gem 'capistrano', '~> 3.6' | ||
gem 'capistrano-rails', '~> 1.2' | gem 'capistrano-rails', '~> 1.2' | ||
gem 'capistrano-rbenv', '~> 2.0' | gem 'capistrano-rbenv', '~> 2.0' | ||
gem 'capistrano-passenger' | |||
end | end | ||
# NOTE: install mailcatcher for development | # NOTE: install mailcatcher for development | ||
... | ... |
Please
register
or
sign in
to comment