Wijzigingen koppeling Mattermost poging 3
All checks were successful
Docker Image CI / build-and-push (push) Successful in 51s
Docker Image CI / deploy (push) Successful in 23s

This commit is contained in:
2025-03-14 17:14:24 +01:00
parent e2c8f4088e
commit bcfb1fd6c2

View File

@@ -29,7 +29,7 @@ jobs:
curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \
-H 'Content-Type: application/json' \
-d '{
"channel": "build-notifications",
"channel": "Builds",
"text": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*."
}' \
https://mattermost.melvanveen.nl/api/v4/posts
@@ -98,7 +98,7 @@ jobs:
curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \
-H 'Content-Type: application/json' \
-d '{
"channel": "build-notifications",
"channel": "Builds",
"text": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl"
}' \
https://mattermost.melvanveen.nl/api/v4/posts