aboutsummaryrefslogtreecommitdiffstats
path: root/Capfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-01-25 22:18:23 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-01-25 22:18:23 +0100
commit67bd7a27cc609eb1d9958c5de90426fadbd64dbb (patch)
tree2a6af53ce0c115609906acac0f2f4c15470b1183 /Capfile
parentf087c23c8600fe197d3a59f4a0cd839754459b37 (diff)
downloadhmnoweb-67bd7a27cc609eb1d9958c5de90426fadbd64dbb.tar.gz
hmnoweb-67bd7a27cc609eb1d9958c5de90426fadbd64dbb.tar.bz2
hmnoweb-67bd7a27cc609eb1d9958c5de90426fadbd64dbb.zip
Add sample capistrano deploy script
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Capfile b/Capfile
new file mode 100644
index 0000000..6a798eb
--- /dev/null
+++ b/Capfile
@@ -0,0 +1,4 @@
+load 'deploy'
+# Uncomment if you are using Rails' asset pipeline
+ # load 'deploy/assets'
+load 'config/deploy' # remove this line to skip loading any of the default tasks \ No newline at end of file