feat: обновить параметры SSH для развертывания документации с использованием rsync
This commit was merged in pull request #7.
This commit is contained in:
@@ -44,5 +44,5 @@ jobs:
|
||||
DEPLOY_PORT: ${{ secrets.FPARKAN_DEPLOY_PORT }}
|
||||
run: |
|
||||
rsync -az --delete \
|
||||
-e "ssh -p ${DEPLOY_PORT} -i ~/.ssh/id_root_ci -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}:/var/www/fparkan/"
|
||||
|
||||
Reference in New Issue
Block a user