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