added capistrano deployment structure
Showing
with
226 additions
and
0 deletions
Capfile
0 → 100644
... | @@ -56,6 +56,8 @@ group :development, :test do | ... | @@ -56,6 +56,8 @@ group :development, :test do |
gem 'spring-commands-rspec' | gem 'spring-commands-rspec' | ||
gem 'terminal-notifier-guard' | gem 'terminal-notifier-guard' | ||
gem 'terminal-notifier' | gem 'terminal-notifier' | ||
gem 'capistrano', '~> 3.6' | |||
gem 'capistrano-rails', '~> 1.2' | |||
end | end | ||
# NOTE: install mailcatcher for development | # NOTE: install mailcatcher for development | ||
... | ... |
config/deploy.rb
0 → 100644
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
lib/capistrano/tasks/demo.rake
0 → 100644
Please
register
or
sign in
to comment