fix CI config

This commit is contained in:
Andrew 2023-02-19 22:43:51 -06:00
parent 261986a07d
commit 30b1d6b46f

View File

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