summaryrefslogtreecommitdiff
path: root/Capfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-08-22 21:18:50 -0600
committermo khan <mo@mokhan.ca>2014-08-22 21:18:50 -0600
commit862f2cb16a498bd284d0ab8feea320adef7b0c2e (patch)
treef59ed9ca1ea827a789a8a77c70cbed07ed1de163 /Capfile
parentdc568f8d66f579384778188417b356443c430c44 (diff)
move old cap to old_cap folder.
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile28
1 files changed, 25 insertions, 3 deletions
diff --git a/Capfile b/Capfile
index 309bdbfd..080238a9 100644
--- a/Capfile
+++ b/Capfile
@@ -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 }