fix CI config

master
Andrew 1 year ago
parent 30b1d6b46f
commit 0945620ba3

@ -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

Loading…
Cancel
Save