Skip to content

Commit

Permalink
update dynamo env from development to production
Browse files Browse the repository at this point in the history
  • Loading branch information
vxcall committed Sep 1, 2024
1 parent d3699f0 commit 1f35ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
env:
PORT: 8080
ADDRESS: 0.0.0.0
DYNAMO_DB_TABLE_NAME: subscription_app_development
ENVIRONMENT: development
DYNAMO_DB_TABLE_NAME: subscription_app_production
ENVIRONMENT: production
REDIS_URL: redis://subscription_redis:6379
run: |
sed -i 's|${AWS_REGION}|'${{ env.AWS_REGION }}'|g' ${{ env.ECS_TASK_DEFINITION }}
Expand Down

0 comments on commit 1f35ef7

Please sign in to comment.