diff options
| author | mo khan <mo@mokhan.ca> | 2014-08-22 21:18:50 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-08-22 21:18:50 -0600 |
| commit | 862f2cb16a498bd284d0ab8feea320adef7b0c2e (patch) | |
| tree | f59ed9ca1ea827a789a8a77c70cbed07ed1de163 /Capfile | |
| parent | dc568f8d66f579384778188417b356443c430c44 (diff) | |
move old cap to old_cap folder.
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -1,3 +1,25 @@ -load 'deploy' -load 'deploy/assets' -load 'config/deploy' # remove this line to skip loading any of the default tasks +# Load DSL and Setup Up Stages +require 'capistrano/setup' + +# Includes default deployment tasks +require 'capistrano/deploy' + +# Includes tasks from other gems included in your Gemfile +# +# For documentation on these, see for example: +# +# https://github.com/capistrano/rvm +# https://github.com/capistrano/rbenv +# https://github.com/capistrano/chruby +# https://github.com/capistrano/bundler +# https://github.com/capistrano/rails +# +# require 'capistrano/rvm' +# require 'capistrano/rbenv' +# require 'capistrano/chruby' +# require 'capistrano/bundler' +# require 'capistrano/rails/assets' +# require 'capistrano/rails/migrations' + +# Loads custom tasks from `lib/capistrano/tasks' if you have any defined. +Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |
