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