Add ssh host key
Some checks failed
/ deploy (push) Failing after 2m12s

This commit is contained in:
lagertonne 2024-11-11 18:40:51 +01:00
parent 57647ddad3
commit 77f71235c7

View file

@ -20,6 +20,7 @@ jobs:
command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )
eval $(ssh-agent -s)
ssh-add - <<< "${{ secrets.C3LF_SSH_TESTING }}"
echo "andromeda.lab.or.it ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDXPoO0PE+B9PYwbGaLo98zhbmjAkp6eBtVeZe43v/+T" >> ~/.ssh/known_hosts
mkdir /etc/ansible
echo "${{ secrets.C3LF_INVENTORY_TESTING }}" > /etc/ansible/hosts