From dcd36dcd67a1f9315995faf6b53e29269cec55ca Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Thu, 2 Jun 2016 13:45:53 +0100 Subject: [PATCH] Remove the Capistrano configuration file Finishes work started in 93e468876dd4fbdad8b226d322bb16e310980652. --- Capfile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Capfile diff --git a/Capfile b/Capfile deleted file mode 100644 index 6a798eb2b..000000000 --- a/Capfile +++ /dev/null @@ -1,4 +0,0 @@ -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