mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +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
|
||||
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' }}
|
||||
|
||||
Reference in New Issue
Block a user