Skip to content

Commit

Permalink
Adding dynamodb table name to CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bregwin committed Aug 4, 2024
1 parent b0df05e commit 28221ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
AWS_COGNITO_POOL_ID=${{ secrets.AWS_COGNITO_POOL_ID }}
AWS_COGNITO_CLIENT_ID=${{ secrets.AWS_COGNITO_CLIENT_ID }}
API_URL=${{ secrets.API_URL }}
AWS_DYNAMODB_TABLE_NAME=fragments
- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit 28221ae

Please sign in to comment.