chore: adjust deployer config

This commit is contained in:
Björn Fromme
2025-04-24 12:49:55 +02:00
parent bb8f88493d
commit 53884e4e12
+2
View File
@@ -7,6 +7,7 @@ require 'contrib/rsync.php';
require 'recipe/symfony.php'; require 'recipe/symfony.php';
add('shared_dirs', [ add('shared_dirs', [
'config/secret',
'var/bpn', 'var/bpn',
'var/log', 'var/log',
'var/sessions', 'var/sessions',
@@ -38,6 +39,7 @@ $rsyncOptions = [
'.php-cs-fixer.cache', '.php-cs-fixer.cache',
'.php-cs-fixer.dist.php', '.php-cs-fixer.dist.php',
'.phpunit.result.cache', '.phpunit.result.cache',
'config/secret/',
'deploy.php', 'deploy.php',
'package.json', 'package.json',
'package-lock.json', 'package-lock.json',