adds capistrano for deployment

This commit is contained in:
Manuel Wiedenmann 2013-05-25 19:38:14 +02:00
parent a3df346110
commit 92d9a57f3f
3 changed files with 104 additions and 10 deletions

View file

@ -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