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', []);