Another deploy test
All checks were successful
Deploy / deploy (push) Successful in 50s

This commit is contained in:
2026-05-19 00:49:51 +02:00
parent 837c4a327b
commit b5de606a3e

View File

@@ -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/" \