From 30efd80684a8caa4973caed33029b5e8a5e28a7c Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:21:06 -0500 Subject: [PATCH] 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1082cc2363..17d3c23674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'