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

This commit is contained in:
2025-09-27 07:45:59 -05:00
parent def798cfff
commit 5b4446729b

View File

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