@@ -3,6 +3,7 @@ pipeline:
image: jbrechtel/zola:latest
commands:
- "zola build"
deploy:
image: jbrechtel/rsync:latest
@@ -3,6 +3,8 @@
mkdir -p $HOME/.ssh
ssh-keyscan -t rsa $DEPLOY_HOST >> $HOME/.ssh/known_hosts
chown -R $USER .
sshpass -p "$DEPLOY_PASSWORD" \
rsync -avzr \
-e 'ssh -o "StrictHostKeyChecking no"' \
The note is not visible to the blocked user.