From 9afc282679fd4709dce32ec65638c79145032bc8 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 21 Jan 2025 00:49:31 -0500 Subject: [PATCH] Update deployment-pipeline.yml --- .github/workflows/deployment-pipeline.yml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/deployment-pipeline.yml b/.github/workflows/deployment-pipeline.yml index 39e1853e3..089e65e06 100644 --- a/.github/workflows/deployment-pipeline.yml +++ b/.github/workflows/deployment-pipeline.yml @@ -235,3 +235,28 @@ jobs: service: infisical-core-platform cluster: infisical-core-platform wait-for-service-stability: true + - name: Post slack message + uses: slackapi/slack-github-action@v2.0.0 + with: + webhook: ${{ secrets.SLACK_DEPLOYMENT_WEBHOOK_URL }} + webhook-type: incoming-webhook + payload: | + text: "*Deployment Status Update*: ${{ job.status }}" + blocks: + - type: "section" + text: + type: "mrkdwn" + text: "*Deployment Status Update*: ${{ job.status }}" + - type: "section" + fields: + - type: "mrkdwn" + text: "*Application:*\nInfisical Core" + - type: "mrkdwn" + text: "*Instance Type:*\nShared Infisical Cloud" + - type: "section" + fields: + - type: "mrkdwn" + text: "*Region:*\nEU" + - type: "mrkdwn" + text: "*Git Tag:*\n" +