Now yes
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 2m14s

This commit is contained in:
2026-03-11 19:46:30 +01:00
parent 037fea5113
commit 23fac875fd

View File

@@ -27,7 +27,7 @@ jobs:
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY_LOCATION }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
chmod 644 ~/.ssh/id_ed25519
# Add the container host to known_hosts
ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts