CI/CD: Do not redeploy identical files and do not change timestamp
All checks were successful
Deploy Spot / deploy (push) Successful in 35s
All checks were successful
Deploy Spot / deploy (push) Successful in 35s
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
run: |
|
run: |
|
||||||
rsync -azc --delete \
|
rsync -azc --no-times --delete \
|
||||||
--exclude "/.git/" \
|
--exclude "/.git/" \
|
||||||
--exclude "/.gitea/" \
|
--exclude "/.gitea/" \
|
||||||
--exclude "/.composer/" \
|
--exclude "/.composer/" \
|
||||||
|
|||||||
Reference in New Issue
Block a user