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

This commit is contained in:
2025-10-06 12:59:58 -05:00
parent 4505d474cb
commit dfd36f8299

View File

@@ -15,6 +15,7 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
request_pty: true
script: |
# Clone repo if it doesn't exist
if [ ! -d "/var/www/caloriethingy.com/.git" ]; then