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');