DEVOPS-1743 REFACTOR: environment name for Web Vault deployment (#8148)
This commit is contained in:
parent
5677d6265e
commit
621205232a
|
@ -221,7 +221,7 @@ jobs:
|
||||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
initial-status: 'in_progress'
|
initial-status: 'in_progress'
|
||||||
environment-url: http://vault.bitwarden.com
|
environment-url: http://vault.bitwarden.com
|
||||||
environment: 'Web Vault - Production'
|
environment: 'Web Vault - US Production Cloud'
|
||||||
description: 'Deployment ${{ needs.setup.outputs.release_version }} from branch ${{ github.ref_name }}'
|
description: 'Deployment ${{ needs.setup.outputs.release_version }} from branch ${{ github.ref_name }}'
|
||||||
task: release
|
task: release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue