ci: install rsync dans le conteneur avant déploiement
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 1m20s

This commit is contained in:
Patrick Schurig 2026-06-03 07:06:32 +02:00
parent acc33d399f
commit 5ca9b91b17

View File

@ -99,6 +99,7 @@ jobs:
DEPLOY_HOST: ${{ secrets.DOCS_DEPLOY_HOST }}
DEPLOY_PATH: ${{ secrets.DOCS_DEPLOY_PATH }}
run: |
apt-get update -qq && apt-get install -y -qq rsync
cd /root/_work/powersync-docs
rsync -az --delete \
-e "ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=yes" \