deploy
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m40s
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m40s
This commit is contained in:
@@ -222,7 +222,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
echo "Sending success notification to Gotify..."
|
echo "Sending success notification to Gotify..."
|
||||||
RESPONSE=$(curl -k -s -w "\n%{http_code}" -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
RESPONSE=$(curl -k -s -w "\n%{http_code}" -X POST "${{ secrets.GOTIFY_URL }}/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.
|
||||||
|
|
||||||
@@ -246,7 +246,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
echo "Sending failure notification to Gotify..."
|
echo "Sending failure notification to Gotify..."
|
||||||
RESPONSE=$(curl -k -s -w "\n%{http_code}" -X POST "https://gotify.infra.mintel.me/message?token=${{ secrets.GOTIFY_TOKEN }}" \
|
RESPONSE=$(curl -k -s -w "\n%{http_code}" -X POST "${{ secrets.GOTIFY_URL }}/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