From 93c9bf9adc717b7e5f2bb96ec450be8245889ded Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 15 Oct 2015 09:12:01 +0200 Subject: Add capistrano for deployment --- Capfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Capfile (limited to 'Capfile') diff --git a/Capfile b/Capfile new file mode 100644 index 0000000..a58bcc2 --- /dev/null +++ b/Capfile @@ -0,0 +1,12 @@ +# Load DSL and set up stages +require 'capistrano/setup' + +# Include default deployment tasks +require 'capistrano/deploy' + +require 'capistrano/rvm' +require 'capistrano/bundler' +require 'capistrano/passenger' + +# Load custom tasks from `lib/capistrano/tasks` if you have any defined +Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } -- cgit v1.2.3