From b5de606a3ea62c4f20634d4997347767fe9e9975 Mon Sep 17 00:00:00 2001 From: Franzz Date: Tue, 19 May 2026 00:49:51 +0200 Subject: [PATCH] Another deploy test --- .gitea/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f523621..cc867c1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,11 +11,9 @@ jobs: env: COMPOSER_NO_INTERACTION: "1" - COMPOSER_HOME: /tmp/spot-actions-composer + COMPOSER_HOME: .composer DEPLOY_PATH: /var/www/spot - HOME: /tmp/spot-actions-home - XDG_CACHE_HOME: /tmp/spot-actions-cache - npm_config_cache: /tmp/spot-actions-npm-cache + npm_config_cache: .npm-cache steps: - name: Checkout @@ -49,6 +47,8 @@ jobs: rsync -az --delete \ --exclude ".git/" \ --exclude ".gitea/" \ + --exclude ".composer/" \ + --exclude ".npm-cache/" \ --exclude "node_modules/" \ --exclude "config/settings.php" \ --exclude "files/" \