ci: Add Gitea workflow for automated Docker image deployment to private server.
All checks were successful
Deploy to Private Server / deploy (push) Successful in 8s

This commit is contained in:
2025-12-29 16:33:44 +07:00
parent 24e0d7980f
commit 62a7aab9ff

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: https://git.hcmc.online/actions/deploy-notify@v1 uses: https://git.hcmc.online/actions/deploy-notify@main
if: always() if: always()
with: with:
status: ${{ job.status }} status: ${{ job.status }}