From 06ceabbbfa28eb812bfeb1007b30e3f797850c25 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 26 Apr 2015 14:40:38 -0700 Subject: added capistrano configs. --- Capfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Capfile (limited to 'Capfile') 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 -- cgit v1.2.3