fix: обновить срок действия авторских прав в документации и улучшить параметры rsync для развертывания #9
@@ -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