Skip to content

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Sep 5, 2024
1 parent 68b196f commit 04ad368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
environment: ${{ matrix.environment }}
if: ${{ inputs.deploy_env != '' && matrix.environment == inputs.deploy_env }}
if: inputs.deploy_env != '' && matrix.environment == inputs.deploy_env
env:
AWS_REGION_PRIVATE: us-west-2
AWS_REGION_PUBLIC: us-east-1
Expand Down

0 comments on commit 04ad368

Please sign in to comment.