fix CI config
This commit is contained in:
parent
261986a07d
commit
30b1d6b46f
@ -8,6 +8,8 @@ pipeline:
|
|||||||
deploy:
|
deploy:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
|
- cat /etc/resolv.conf
|
||||||
|
- ping -c 4 andrewnw.xyz
|
||||||
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
- mkdir ~/.ssh && chmod -R 700 ~/.ssh
|
||||||
- apt update -y && apt install openssh-client rsync -y
|
- apt update -y && apt install openssh-client rsync -y
|
||||||
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
|
- echo "$SSH_HOST_KEY" > ~/.ssh/known_hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user