Wijzigingen koppeling Mattermost poging 4
This commit is contained in:
4
.github/workflows/deploy-docker-to-tst.yml
vendored
4
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"channel": "Builds",
|
||||
"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": "Builds",
|
||||
"channel": "builds",
|
||||
"text": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl"
|
||||
}' \
|
||||
https://mattermost.melvanveen.nl/api/v4/posts
|
||||
|
||||
Reference in New Issue
Block a user