Skip to content

Commit

Permalink
Updated API_URI env in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel292-seneca committed Jul 30, 2024
1 parent 0d05c86 commit 941b103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
NODE_ENV=production
AWS_COGNITO_POOL_ID=${{ secrets.AWS_COGNITO_POOL_ID }}
AWS_COGNITO_CLIENT_ID=${{ secrets.AWS_COGNITO_CLIENT_ID }}
API_URL=http://fragments-lb-1228717397.us-east-1.elb.amazonaws.com/
API_URL=http://fragments-lb-1228717397.us-east-1.elb.amazonaws.com
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 941b103

Please sign in to comment.