From 5095d8eb49fbc32d93dc0d8262847fcb7afc92be Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Tue, 4 May 2021 13:50:44 -0700 Subject: [PATCH] removing the unused environment in the prod deploy (#1298) --- .github/workflows/prod-deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 9a917d8ccf..dd2859899a 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -158,7 +158,6 @@ jobs: deploy-identity: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -190,7 +189,6 @@ jobs: deploy-api: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -222,7 +220,6 @@ jobs: deploy-billing: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -254,7 +251,6 @@ jobs: deploy-events: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -286,7 +282,6 @@ jobs: deploy-sso: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -318,7 +313,6 @@ jobs: deploy-portal: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2 @@ -350,7 +344,6 @@ jobs: deploy-admin: runs-on: ubuntu-latest needs: build - environment: Production steps: - name: Download aritifacts uses: actions/download-artifact@v2