Skip to content

Commit

Permalink
ci: Added ms_teams notifications to deploy (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 19, 2023
1 parent 16d966b commit 955407b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,9 @@ jobs:
# Remove old build runs, build pods and deployment pods
oc delete po --field-selector=status.phase==Succeeded
- uses: dchourasia/[email protected]
if: ${{inputs.environment != 'dev'}}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
environment: dev
release: ${{ needs.vars.outputs.pr }}
tag: ${{ needs.vars.outputs.pr }}
triggers: ('database/' 'dops/' 'frontend/' 'vehicles/')
triggers: ('tps-migration' 'dops/' 'frontend/' 'vehicles/')
vault_role: nonprod
vault_zone: dev

0 comments on commit 955407b

Please sign in to comment.