fix
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 7s

This commit is contained in:
2025-06-24 01:43:34 +02:00
parent acea7fd46e
commit 572521747f

View File

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