I'm so dumb
Some checks failed
/ deploy (push) Failing after 54s

This commit is contained in:
Jan Krutisch 2025-05-28 14:43:00 +02:00
parent eb8aebe6df
commit c42b59e4f0

View file

@ -16,8 +16,9 @@ jobs:
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "$SSH_PRIVATE_KEY" >~/.ssh/id_ed25519
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
echo "${{ secrets.SSH_PRIVATE_KEY }}" >~/.ssh/id_ed25519
echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
- run: "ssh -vvv web@vimes.krutisch.de ls"
- name: "Deploy"
run: "./bin/deploy.sh"