fix: avoid deletion of temp folder when deploying

This commit is contained in:
Björn Fromme
2025-03-19 11:43:57 +01:00
parent 4abc5e6754
commit 30d6db0cea
+1 -1
View File
@@ -49,7 +49,7 @@ $rsyncOptions = [
'webpack.config.js', 'webpack.config.js',
'rapidapi.paw', 'rapidapi.paw',
'bin/.phpunit', 'bin/.phpunit',
'temp/', 'temp/*',
'tests/', 'tests/',
'uploads/', 'uploads/',
'xmlexport/', 'xmlexport/',