From 067b09a99664c99bd5adb3afd4457fbd25efab6e Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 12:33:09 -0500 Subject: [PATCH] Removes the now unnecessary 'rsync -e' option --- README.md | 2 +- ci-deploy | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b0fd37..badebac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It uses Zola inside of docker to build and serve locally. In 'production' it's j You must have [Docker](https://docker.com) installed to build the site. -Once you clone this repo you can +Once you clone this repo you can `./build` to build the static HTML. diff --git a/ci-deploy b/ci-deploy index 3e0b45b..4b111e4 100755 --- a/ci-deploy +++ b/ci-deploy @@ -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