pipeline fix v6
This commit is contained in:
4
.github/workflows/deploy-docker-to-tst.yml
vendored
4
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -133,7 +133,7 @@ jobs:
|
|||||||
-e MAILER_PORT=${{ secrets.MAILER_PORT }} \
|
-e MAILER_PORT=${{ secrets.MAILER_PORT }} \
|
||||||
-e MAILER_USERNAME=${{ secrets.MAILER_USERNAME }} \
|
-e MAILER_USERNAME=${{ secrets.MAILER_USERNAME }} \
|
||||||
-e MAILER_PASSWORD=${{ secrets.MAILER_PASSWORD }} \
|
-e MAILER_PASSWORD=${{ secrets.MAILER_PASSWORD }} \
|
||||||
veenm/paypoint-backend-jvm:$VERSION-SNAPSHOT
|
veenm/paypoint-backend-jvm:$VERSION
|
||||||
|
|
||||||
# Opruimen oude images
|
# Opruimen oude images
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
@@ -147,6 +147,6 @@ jobs:
|
|||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d '{
|
-d '{
|
||||||
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
|
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
|
||||||
"message": "@all ✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl"
|
"message": "@all ✅ *Build is geslaagd!* Versie '"$VERSION"' staat klaar op https://test-paypoint.melvanveen.nl"
|
||||||
}' \
|
}' \
|
||||||
https://mattermost.melvanveen.nl/api/v4/posts
|
https://mattermost.melvanveen.nl/api/v4/posts
|
||||||
|
|||||||
Reference in New Issue
Block a user