Update .github/workflows/deploy-docker-to-ont.yml
Some checks failed
Docker Image CI / build-and-push (push) Failing after 15s
Docker Image CI / deploy (push) Has been skipped
Docker Image CI / notify-failure (push) Successful in 12s

This commit is contained in:
2025-04-15 23:05:07 +00:00
parent 9e2487ea5a
commit aca0d286aa

View File

@@ -31,8 +31,8 @@ jobs:
curl --fail -X POST -H "Authorization: Bearer $MATTERMOST_BOT_TOKEN" \ curl --fail -X POST -H "Authorization: Bearer $MATTERMOST_BOT_TOKEN" \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"user_id": "veenm", "user_id": "kj7kjw7cw7f35pqq9yeb1o9b6e",
"message": "@veenm 🚀 *Build gestart!* Een nieuwe build is begonnen voor de repository *'"$REPO"'* op branch *'"$BRANCH"'*." "message": "🚀 *Build gestart!* Een nieuwe build is begonnen voor de repository *'"$REPO"'* op branch *'"$BRANCH"'*."
}' \ }' \
https://mattermost.melvanveen.nl/api/v4/posts https://mattermost.melvanveen.nl/api/v4/posts
@@ -109,7 +109,7 @@ jobs:
curl --fail -X POST -H "Authorization: Bearer tspcwdn5rbdk8kkmnex6h1nfha" \ curl --fail -X POST -H "Authorization: Bearer tspcwdn5rbdk8kkmnex6h1nfha" \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"user_id": "veenm", "user_id": "kj7kjw7cw7f35pqq9yeb1o9b6e",
"message": "@veenm ✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op ontwikkel." "message": "@veenm ✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op ontwikkel."
}' \ }' \
https://mattermost.melvanveen.nl/api/v4/posts https://mattermost.melvanveen.nl/api/v4/posts