From 30d6db0cea7bf90888ef77add96af0fa177efce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 19 Mar 2025 11:43:57 +0100 Subject: [PATCH] fix: avoid deletion of temp folder when deploying --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index bc18285..df23907 100644 --- a/deploy.php +++ b/deploy.php @@ -49,7 +49,7 @@ $rsyncOptions = [ 'webpack.config.js', 'rapidapi.paw', 'bin/.phpunit', - 'temp/', + 'temp/*', 'tests/', 'uploads/', 'xmlexport/',