From 8ce962fea5b5f05c6ad44d286e9e32635279fff6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 19 Feb 2023 23:03:07 -0600 Subject: [PATCH] fix CI config --- .woodpecker/publish-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 6350445..1d648e2 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -6,12 +6,12 @@ pipeline: - hugo deploy: - image: debian + image: codingkoopa/git-rsync-openssh commands: - echo "151.101.210.132 deb.debian.org" >> /etc/hosts - echo "nameserver 1.1.1.1" > /etc/resolv.conf - mkdir ~/.ssh && chmod -R 700 ~/.ssh - - apt update -y && apt install openssh-client rsync -y + # - apt update -y && apt install openssh-client rsync -y - echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts - echo 'echo "$SSH_PASSPHRASE"' > ~/.ssh/.print_ssh_password - eval $(ssh-agent -s)