Skip to content

Commit

Permalink
True is "TRUE"
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 1, 2024
1 parent e6031bb commit b60f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# STACK_ALARM_EMAIL: ${{ secrets.ALARM_EMAIL }}
STACK_ROLE_ARN: ${{ secrets.lambda_role_arn }}
STACK_STAGE: staging
STACK_ADDITIONAL_ENV: '{"TITILER_CMR_S3_AUTH_STRATEGY":"iam", "TITILER_CMR_API_DEBUG": true}'
STACK_ADDITIONAL_ENV: '{"TITILER_CMR_S3_AUTH_STRATEGY":"iam", "TITILER_CMR_API_DEBUG":"TRUE"}'

# Build and deploy to production deployment whenever there a new tag is pushed
- name: Build & Deploy Production
Expand Down

0 comments on commit b60f92f

Please sign in to comment.