fix: обновить срок действия авторских прав в документации и улучшить параметры rsync для развертывания
All checks were successful
Test / Lint (pull_request) Successful in 56s
Test / Test (pull_request) Successful in 59s
Docs Deploy / Build and Deploy MkDocs (push) Successful in 26s
Test / Lint (push) Successful in 57s
Test / Test (push) Successful in 52s
RenovateBot / renovate (push) Successful in 1m32s
All checks were successful
Test / Lint (pull_request) Successful in 56s
Test / Test (pull_request) Successful in 59s
Docs Deploy / Build and Deploy MkDocs (push) Successful in 26s
Test / Lint (push) Successful in 57s
Test / Test (push) Successful in 52s
RenovateBot / renovate (push) Successful in 1m32s
This commit was merged in pull request #9.
This commit is contained in:
@@ -43,6 +43,6 @@ jobs:
|
|||||||
DEPLOY_HOST: ${{ secrets.FPARKAN_DEPLOY_HOST }}
|
DEPLOY_HOST: ${{ secrets.FPARKAN_DEPLOY_HOST }}
|
||||||
DEPLOY_PORT: ${{ secrets.FPARKAN_DEPLOY_PORT }}
|
DEPLOY_PORT: ${{ secrets.FPARKAN_DEPLOY_PORT }}
|
||||||
run: |
|
run: |
|
||||||
rsync -az --delete \
|
rsync -rlz --delete \
|
||||||
-e "ssh -p ${DEPLOY_PORT} -i ~/.ssh/id_root_ci -o IdentitiesOnly=yes -o StrictHostKeyChecking=accept-new" \
|
-e "ssh -p ${DEPLOY_PORT} -i ~/.ssh/id_root_ci -o IdentitiesOnly=yes -o StrictHostKeyChecking=accept-new" \
|
||||||
site/ "gitea-runner@${DEPLOY_HOST}:./"
|
site/ "gitea-runner@${DEPLOY_HOST}:./"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ repo_name: valentineus/fparkan
|
|||||||
repo_url: https://github.com/valentineus/fparkan
|
repo_url: https://github.com/valentineus/fparkan
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: Copyright © 2023 — 2024 Valentin Popov
|
copyright: Copyright © 2023 — 2026 Valentin Popov
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
Reference in New Issue
Block a user