Created
July 11, 2015 18:39
-
-
Save epintos/2b99c2277e9425773d97 to your computer and use it in GitHub Desktop.
Ruby on Rails deploy with Capistrano 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group :development do | |
gem 'capistrano', '3.2.1' | |
gem 'capistrano-maintenance', github: 'capistrano/maintenance', require: false | |
gem 'capistrano-rails' | |
gem 'capistrano-rbenv', '~> 2.0' | |
gem 'capistrano-rbenv-install', '~> 1.2.0' | |
gem 'capistrano-nginx-unicorn' | |
gem 'capistrano-sidekiq' | |
gem 'capistrano-rails-console' | |
gem 'capistrano-postgresql', '~> 4.2.0' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment