From 6e55579fb8701862884ae1e75a3da9a51bfdd406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Sun, 13 May 2018 22:49:58 +0200 Subject: [PATCH] * user-data added to shared files --- deploy.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.php b/deploy.php index a488aed..9399ddb 100644 --- a/deploy.php +++ b/deploy.php @@ -12,6 +12,9 @@ set('shared_files', [ 'config/autoload/doctrine.local.php', 'data/production.db', ]); +set('shared_dirs', [ + 'data/user-data', +]); set('writable_dirs', []); set('keep_releases', 3); set('default_stage', 'staging');