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:
2
.github/workflows/deploy-non-prod-web.yml
vendored
2
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -207,7 +207,7 @@ jobs:
|
|||||||
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
- uses: bitwarden/gh-actions/report-deployment-status-to-slack@main
|
||||||
with:
|
with:
|
||||||
project: Web
|
project: Web
|
||||||
environment: ${{ inputs.environment }} Cloud
|
environment: ${{ needs.setup.outputs.environment-name }}
|
||||||
tag: ${{ github.event.inputs.tag }}
|
tag: ${{ github.event.inputs.tag }}
|
||||||
slack-channel: devops-alerts-test
|
slack-channel: devops-alerts-test
|
||||||
failure: ${{ needs.azure-deploy.result == 'failure' }}
|
failure: ${{ needs.azure-deploy.result == 'failure' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user