jdsjkdj
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 10s

This commit is contained in:
2026-05-02 16:29:48 +02:00
parent 818ae39e34
commit f532152d57

View File

@@ -19,6 +19,7 @@ jobs:
- name: Setup SSH inside container - name: Setup SSH inside container
run: | run: |
rm -rf ~/.ssh
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' > ~/.ssh/id_rsa echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa