Fix tmp repositories
Some checks failed
Deploy / deploy (push) Failing after 0s

This commit is contained in:
2026-05-19 00:43:45 +02:00
parent 5b365f1eab
commit 837c4a327b

View File

@@ -11,9 +11,11 @@ jobs:
env: env:
COMPOSER_NO_INTERACTION: "1" COMPOSER_NO_INTERACTION: "1"
COMPOSER_HOME: .composer COMPOSER_HOME: /tmp/spot-actions-composer
DEPLOY_PATH: /var/www/spot DEPLOY_PATH: /var/www/spot
npm_config_cache: .npm-cache HOME: /tmp/spot-actions-home
XDG_CACHE_HOME: /tmp/spot-actions-cache
npm_config_cache: /tmp/spot-actions-npm-cache
steps: steps:
- name: Checkout - name: Checkout
@@ -47,8 +49,6 @@ jobs:
rsync -az --delete \ rsync -az --delete \
--exclude ".git/" \ --exclude ".git/" \
--exclude ".gitea/" \ --exclude ".gitea/" \
--exclude ".composer/" \
--exclude ".npm-cache/" \
--exclude "node_modules/" \ --exclude "node_modules/" \
--exclude "config/settings.php" \ --exclude "config/settings.php" \
--exclude "files/" \ --exclude "files/" \