CI/CD: Do not redeploy identical files
Deploy Spot / deploy (push) Successful in 35s

This commit is contained in:
2026-06-02 16:12:37 +02:00
parent 87a991eaea
commit 17b998ee60
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Deploy to production
run: |
rsync -az --delete \
rsync -azc --delete \
--exclude "/.git/" \
--exclude "/.gitea/" \
--exclude "/.composer/" \