X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=Capfile;fp=Capfile;h=331c5a346583942ec4cf16876d883c084316172b;hb=124e43e1bd45cb4e6af364274eaa44a75fd99472;hp=0000000000000000000000000000000000000000;hpb=c5e92e50c84cb2ab8fe3f9352b872048ddaf1bfd;p=feedcatcher.git

diff --git a/Capfile b/Capfile
new file mode 100644
index 0000000..331c5a3
--- /dev/null
+++ b/Capfile
@@ -0,0 +1,26 @@
+# 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/tree/master/assets
+#   https://github.com/capistrano/rails/tree/master/migrations
+#
+# 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/*.cap').each { |r| import r }