From 0945620ba3ab2f992418eb6d6eae79e5731b12ef Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 19 Feb 2023 22:46:14 -0600 Subject: [PATCH] fix CI config --- .woodpecker/publish-docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index e5add05..5f83117 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -8,8 +8,7 @@ pipeline: deploy: image: debian commands: - - cat /etc/resolv.conf - - ping -c 4 andrewnw.xyz + - echo "nameserver 1.1.1.1" > /etc/resolv.conf - mkdir ~/.ssh && chmod -R 700 ~/.ssh - apt update -y && apt install openssh-client rsync -y - echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts