fix ntfy
All checks were successful
Deploy to Private Server / deploy (push) Successful in 12s

This commit is contained in:
2025-12-30 14:56:30 +07:00
parent 932931977e
commit e749386bd5

View File

@@ -31,17 +31,14 @@ jobs:
-p 3005:80 \
timelapse-calc:latest
docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
- name: Send Deployment Notification
uses: https://git.hcmc.online/actions/deploy-notify@main
if: always()
with:
status: ${{ job.status }}
title: "Deploy: ${{ github.repository }} - ${{ github.event.head_commit.message }}"
title: "Deploy: ${{ github.repository }}"
message: |
Branch: ${{ github.ref_name }}
Ref: ${{ github.ref_name }}
Commit: ${{ github.sha }}
Message: ${{ github.event.head_commit.message }}
Status: ${{ job.status }}
Actor: ${{ github.event.head_commit.author.name }}
Actor: ${{ github.actor }}