summaryrefslogtreecommitdiff
path: root/Capfile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-24 23:04:24 +0200
committerjomo <github@jomo.tv>2014-06-24 23:04:24 +0200
commita2ff7068c059fc5169e0a61c032d746c8440fd5d (patch)
tree6233af3006e94bd202576b4fb41afea8c60bf608 /Capfile
parent1eecb530c378158c7327718e13245b0861ee50ce (diff)
added capistrano; more production changes
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Capfile b/Capfile
new file mode 100644
index 0000000..11af883
--- /dev/null
+++ b/Capfile
@@ -0,0 +1,3 @@
+load 'deploy'
+load 'deploy/assets'
+load 'config/deploy' \ No newline at end of file