From 684b100c7c6691b486288b8fce41ff7acbc91f91 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sat, 7 Oct 2023 12:28:37 -0500 Subject: [PATCH] Set environment --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd3591..a2edb36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1072,8 +1072,11 @@ jobs: deploy: name: Deploy to ECS - if: ${{ env.AWS_ENABLED == 1 }} - needs: [prod] + # if: ${{ env.AWS_ENABLED == 1 }} + needs: [prod, setup] + environment: + # name: ${{ github.ref_name }} + name: ${{ needs.setup.outputs.env_name }} permissions: # Interact with GitHub OIDC Token endpoint for AWS id-token: write