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