fix
All checks were successful
Build & Push Linode Webhook / build (push) Successful in 1m32s

This commit is contained in:
2025-06-24 01:45:10 +02:00
parent 572521747f
commit 604cc20505

View File

@@ -14,7 +14,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan your-server.com >> ~/.ssh/known_hosts
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
- name: Install node and go
run: apt update && apt -y install nodejs
- name: Check out repository code