ci: install rsync dans le conteneur avant déploiement
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 1m20s
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 1m20s
This commit is contained in:
parent
acc33d399f
commit
5ca9b91b17
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user