Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 59s

This commit is contained in:
2025-10-06 13:34:55 -05:00
parent f3fe8f49c6
commit 72093a99c2

View File

@@ -25,6 +25,8 @@ jobs:
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.HOST }} >> ~/.ssh/known_hosts
ssh-keyscan -H localhost >> ~/.ssh/known_hosts
ssh-keyscan -H 127.0.0.1 >> ~/.ssh/known_hosts
- name: Deploy
run: dep deploy calorie