This commit is contained in:
@@ -221,7 +221,7 @@ jobs:
|
|||||||
- name: 🔔 Gotify Notification (Success)
|
- name: 🔔 Gotify Notification (Success)
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
curl -k -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
||||||
-F "title=✅ Deployment Success: ${{ github.repository }}" \
|
-F "title=✅ Deployment Success: ${{ github.repository }}" \
|
||||||
-F "message=The deployment of ${{ github.repository }} (branch: ${{ github.ref }}) was successful.
|
-F "message=The deployment of ${{ github.repository }} (branch: ${{ github.ref }}) was successful.
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ jobs:
|
|||||||
- name: 🔔 Gotify Notification (Failure)
|
- name: 🔔 Gotify Notification (Failure)
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
curl -k -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
||||||
-F "title=❌ Deployment Failed: ${{ github.repository }}" \
|
-F "title=❌ Deployment Failed: ${{ github.repository }}" \
|
||||||
-F "message=The deployment of ${{ github.repository }} (branch: ${{ github.ref }}) failed!
|
-F "message=The deployment of ${{ github.repository }} (branch: ${{ github.ref }}) failed!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user