CI/CD: Do not redeploy identical files and do not change timestamp
All checks were successful
Deploy Spot / deploy (push) Successful in 35s

This commit is contained in:
2026-06-02 16:16:28 +02:00
parent 17b998ee60
commit 6800256f09

View File

@@ -47,7 +47,7 @@ jobs:
- name: Deploy to production
run: |
rsync -azc --delete \
rsync -azc --no-times --delete \
--exclude "/.git/" \
--exclude "/.gitea/" \
--exclude "/.composer/" \