1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

DEVOPS-1683 REFACTOR: deployment environment in

deploy-non-prod-web.yml
This commit is contained in:
Alex Urbina
2023-12-06 21:59:00 -06:00
parent 3740556c62
commit 755cf09375

View File

@@ -207,7 +207,7 @@ jobs:
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
with:
project: Web
environment: ${{ inputs.environment }} Cloud
environment: ${{ needs.setup.outputs.environment-name }}
tag: ${{ github.event.inputs.tag }}
slack-channel: devops-alerts-test
failure: ${{ needs.azure-deploy.result == 'failure' }}