Created
December 14, 2012 13:56
-
-
Save rgalite/4285620 to your computer and use it in GitHub Desktop.
Deploy with capistrano and unicorn
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
after 'deploy:restart', 'unicorn:reload' | |
require 'capistrano-unicorn' |
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' | |
gem 'rvm-capistrano' | |
gem 'capistrano-unicorn', :require => false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment