Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
status: ${{ needs.build.result }}
product: dashboard
environment: ${{ needs.build.outputs.ENVIRONMENT }}
mention_on: failure
secrets:
mention_group_id: ${{ secrets.SLACK_DASHBOARD_GROUP_ID }}
slack-webhook-url: ${{ secrets.SLACK_CLOUD_DEPLOYMENTS_WEBHOOK_URL }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-master-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
status: ${{ needs.build.result }}
product: dashboard
environment: saleor-master-staging
mention_on: failure
secrets:
mention_group_id: ${{ secrets.SLACK_DASHBOARD_GROUP_ID }}
slack-webhook-url: ${{ secrets.SLACK_CLOUD_DEPLOYMENTS_WEBHOOK_URL }}
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
status: ${{ needs.build.result }}
product: dashboard
environment: ${{ needs.build.outputs.ENVIRONMENT }}
mention_on: failure
secrets:
mention_group_id: ${{ secrets.SLACK_DASHBOARD_GROUP_ID }}
slack-webhook-url: ${{ secrets.SLACK_CLOUD_DEPLOYMENTS_WEBHOOK_URL }}
Expand Down
Loading