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

This commit is contained in:
2025-10-06 13:37:04 -05:00
parent 72093a99c2
commit 1109cd6c63

View File

@@ -25,8 +25,7 @@ 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
ssh-keyscan -H caloriethingy.com >> ~/.ssh/known_hosts
- name: Deploy
run: dep deploy calorie