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