From 36e1f108504eba2e4d56f4c9f03459809d6da8c3 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 10 Jul 2014 10:35:07 +0100 Subject: Add log/ to switch-to-shared script script/rails-deploy-before-down will complain if log is listed in the SHARED_DIRECTORIES configuration variable and already exists in APP_ROOT. It will recommend this script be used to migrate to a timestamped deployment structure, so adding log/ makes the transition of the log directory easier. --- script/mysociety-switch-to-shared | 1 + 1 file changed, 1 insertion(+) (limited to 'script/mysociety-switch-to-shared') diff --git a/script/mysociety-switch-to-shared b/script/mysociety-switch-to-shared index f82e77706..801532e57 100755 --- a/script/mysociety-switch-to-shared +++ b/script/mysociety-switch-to-shared @@ -23,6 +23,7 @@ mkdir -p "$SHARED_DIR" for F in \ cache \ + log \ public/foi-live-creation.png \ public/foi-user-use.png \ config/aliases \ -- cgit v1.2.3