Nownow yes·
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 1m43s

This commit is contained in:
2026-03-11 19:51:07 +01:00
parent 23fac875fd
commit 9e1451c70a

View File

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