fix CI config
This commit is contained in:
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…
Reference in New Issue
Block a user