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