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:40:02 -05:00
parent 2b3aee0817
commit def798cfff

View File

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