summaryrefslogtreecommitdiffstats
path: root/Capfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:12:01 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:12:01 +0200
commit93c9bf9adc717b7e5f2bb96ec450be8245889ded (patch)
tree35d1fcc3563fed3f9ed94f1f704585d1dc5e6010 /Capfile
parent35d3ed2b09b3eff694d285a57d3ff911ef3f0ec2 (diff)
downloadnorsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.tar.gz
norsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.tar.bz2
norsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.zip
Add capistrano for deployment
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile12
1 files changed, 12 insertions, 0 deletions
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 }