2014-11-25 10:00:55 +01:00
|
|
|
# Load DSL and Setup Up Stages
|
|
|
|
require 'capistrano/setup'
|
|
|
|
|
|
|
|
# Includes default deployment tasks
|
|
|
|
require 'capistrano/deploy'
|
|
|
|
|
|
|
|
require 'capistrano/rails'
|
2015-09-01 15:05:56 +02:00
|
|
|
require 'capistrano/rbenv'
|
|
|
|
#require 'capistrano/rvm'
|
2014-11-25 10:00:55 +01:00
|
|
|
|
|
|
|
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
|
|
|
|
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
|