From dc130dd9a46e5352609ed9a1eaee8975ddb179c9 Mon Sep 17 00:00:00 2001 From: thisfro Date: Fri, 14 Jan 2022 13:57:12 +0100 Subject: [PATCH] Add shared files/dirs --- deploy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.php b/deploy.php index 3ade76a..75cb3ac 100644 --- a/deploy.php +++ b/deploy.php @@ -13,8 +13,8 @@ set('repository', 'ssh://git@git.thisfro.ch:222/thisfro/pflaenz.li.git'); set('git_tty', true); // Shared files/dirs between deploys -add('shared_files', []); -add('shared_dirs', []); +add('shared_files', ['public/.htaccess']); +add('shared_dirs', ['public/uploads']); // Writable dirs by web server add('writable_dirs', []);