fix(ci): add --omit-dir-times to UI rsync deploy

The gitea_ci user cannot set timestamps on /var/www/rpm/ which is
owned by root. Directory timestamps are irrelevant for static files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-27 13:16:46 +03:00
parent 38a875d06b
commit bb76402e5a

View File

@@ -52,6 +52,7 @@ jobs:
--archive \ --archive \
--verbose \ --verbose \
--delete \ --delete \
--omit-dir-times \
--chmod D755,F644 \ --chmod D755,F644 \
--include="index.html" \ --include="index.html" \
--include="assets/***" \ --include="assets/***" \