mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
Updated environment for Prod Github Deployment to not specify service name (#2392)
* Updated environment for deployments to not specify service name. * Fixed linting errors. (cherry picked from commit b40b0f57ccc7a993c96da7a279e86c3c433cc6d5) * Undid changes to QA deployment. This will be moved to the devops repo so no changes here are necessary.
This commit is contained in:
parent
dd75642aa3
commit
30efd80684
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
initial-status: 'in_progress'
|
initial-status: 'in_progress'
|
||||||
environment: 'Server ${{ matrix.name }} - Production'
|
environment: 'Production Cloud'
|
||||||
task: 'deploy'
|
task: 'deploy'
|
||||||
description: 'Deploy from ${{ needs.setup.outputs.branch-name }} branch'
|
description: 'Deploy from ${{ needs.setup.outputs.branch-name }} branch'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user