This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user