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