mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -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 b40b0f57cc
)
* Undid changes to QA deployment. This will be moved to the devops repo so no changes here are necessary.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
initial-status: 'in_progress'
|
||||
environment: 'Server ${{ matrix.name }} - Production'
|
||||
environment: 'Production Cloud'
|
||||
task: 'deploy'
|
||||
description: 'Deploy from ${{ needs.setup.outputs.branch-name }} branch'
|
||||
|
||||
|
Reference in New Issue
Block a user