Testing CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-10 08:21:50 -05:00
parent 23c2c0cd2a
commit 0fd38506bb

View File

@@ -6,6 +6,6 @@ ssh-keyscan -t rsa $DEPLOY_HOST >> $HOME/.ssh/known_hosts
chown -R $(whoami) .
sshpass -p "$DEPLOY_PASSWORD" \
rsync -avzr \
rsync -avzrO \
-e 'ssh -o "StrictHostKeyChecking no"' \
./public/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH