summaryrefslogtreecommitdiff
path: root/Capfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-04-26 14:40:38 -0700
committerelijah <elijah@riseup.net>2015-04-26 14:40:38 -0700
commit06ceabbbfa28eb812bfeb1007b30e3f797850c25 (patch)
tree4c61f2f78bd36f0acbbc78ff55bbf5e7745c656f /Capfile
parent783be829afc2791c71488068f166f38f8a39a9d3 (diff)
added capistrano configs.
Diffstat (limited to 'Capfile')
-rw-r--r--Capfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Capfile b/Capfile
new file mode 100644
index 0000000..cf72b71
--- /dev/null
+++ b/Capfile
@@ -0,0 +1,8 @@
+require 'capistrano/setup'
+require 'capistrano/deploy'
+
+#
+# this will allow you to run `cap deploy`
+# instead of `cap production deploy`.
+#
+invoke :production