1
0
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:
Todd Martin 2022-11-14 20:21:06 -05:00 committed by GitHub
parent dd75642aa3
commit 30efd80684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'