Skip to content

Commit

Permalink
Set environment
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 7, 2023
1 parent 52d6eaa commit 684b100
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 684b100

Please sign in to comment.