From 22f3d50107dfa96422bb7e22d8fe386cb6a852af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 1 Apr 2025 09:29:20 +0200 Subject: [PATCH] chore: adjust deployer config --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 70936a3..a07b85b 100644 --- a/deploy.php +++ b/deploy.php @@ -42,12 +42,12 @@ $rsyncOptions = [ 'package.json', 'package-lock.json', '*.http', + 'http-client.private.env.json', 'postcss.config.js', 'phpunit.xml.dist', 'public/.htaccess', 'tailwind.config.js', 'webpack.config.js', - 'rapidapi.paw', 'bin/.phpunit', 'temp/', 'tests/',