feat: add Gitea Actions workflow for private server deployment.
Some checks failed
Deploy to Private Server / deploy (push) Failing after 3s

This commit is contained in:
2025-12-29 16:30:12 +07:00
parent e8cd2a8f14
commit 24e0d7980f

View File

@@ -34,7 +34,7 @@ jobs:
docker ps --format "{{.Names}} {{.Image}} {{.Status}}" docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
- name: Send Deployment Notification - name: Send Deployment Notification
uses: actions/deploy-notify@v1 uses: https://git.hcmc.online/actions/deploy-notify@v1
if: always() if: always()
with: with:
status: ${{ job.status }} status: ${{ job.status }}