Skip to content

Instantly share code, notes, and snippets.

@epintos
Created July 11, 2015 18:39
Show Gist options
  • Save epintos/2b99c2277e9425773d97 to your computer and use it in GitHub Desktop.
Save epintos/2b99c2277e9425773d97 to your computer and use it in GitHub Desktop.
Ruby on Rails deploy with Capistrano 3
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