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

This commit is contained in:
2025-09-27 08:20:59 -05:00
parent 765d508fd3
commit 45c6b25b97

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Deploy to prod server
- name: Deploy to prod server
uses: appleboy/ssh-action@v0.1.5
with:
host: ${{ secrets.HOST }}