Removes the now unnecessary 'rsync -e' option
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-10 12:33:09 -05:00
parent b36dea937b
commit 067b09a996
2 changed files with 1 additions and 2 deletions

View File

@@ -7,5 +7,4 @@ chown -R $(whoami) .
sshpass -p "$DEPLOY_PASSWORD" \
rsync -avzrO \
-e 'ssh -o "StrictHostKeyChecking no"' \
./public/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH