Created
February 27, 2017 16:12
-
-
Save kirillshevch/2d4fa1cdc430831e199a7c08b55ebebb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| require 'capistrano/setup' | |
| require 'capistrano/deploy' | |
| require 'rvm1/capistrano3' | |
| require 'capistrano/bundler' | |
| require 'capistrano/rails/migrations' | |
| Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment