From 67bd7a27cc609eb1d9958c5de90426fadbd64dbb Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 25 Jan 2013 22:18:23 +0100 Subject: Add sample capistrano deploy script --- Capfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Capfile (limited to 'Capfile') 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 -- cgit v1.2.3