fix deploy script
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2026-01-09 17:21:18 -05:00
parent cc11de52a5
commit 8eb3cfef8b

View File

@@ -17,6 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Deploy - name: Deploy
shell: bash
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts