fix: обновить путь развертывания в конфигурации rsync для корректной работы
Some checks failed
Test / Lint (pull_request) Successful in 1m8s
Test / Test (pull_request) Successful in 49s
Docs Deploy / Build and Deploy MkDocs (push) Failing after 25s
Test / Lint (push) Successful in 54s
Test / Test (push) Successful in 55s

This commit was merged in pull request #8.
This commit is contained in:
2026-02-11 23:08:37 +00:00
parent 6676cfdd8d
commit 92818ce0c4

View File

@@ -45,4 +45,4 @@ jobs:
run: |
rsync -az --delete \
-e "ssh -p ${DEPLOY_PORT} -i ~/.ssh/id_root_ci -o IdentitiesOnly=yes -o StrictHostKeyChecking=accept-new" \
site/ "gitea-runner@${DEPLOY_HOST}:/var/www/fparkan/"
site/ "gitea-runner@${DEPLOY_HOST}:./"