Testing CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-11-10 08:15:55 -05:00
parent 5221ff58a1
commit 8e84b0600d

View File

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