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" +