adds capistrano for deployment
This commit is contained in:
parent
a3df346110
commit
92d9a57f3f
3 changed files with 104 additions and 10 deletions
5
Gemfile
5
Gemfile
|
|
@ -58,4 +58,9 @@ group :development do
|
|||
|
||||
# Hide assets requests in log
|
||||
gem 'quiet_assets'
|
||||
|
||||
# Deploy with Capistrano
|
||||
gem 'capistrano', '2.13.5'
|
||||
gem 'capistrano-ext'
|
||||
gem 'common_deploy', require: false, git: 'git://github.com/fsmanuel/common_deploy.git'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue