Skip to content

Commit

Permalink
update cd pipeline to match container name to task-defination contain…
Browse files Browse the repository at this point in the history
…er name
  • Loading branch information
hpatel292-seneca committed Jul 23, 2024
1 parent 2b1cc52 commit b4e9af1
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 @@ -82,7 +82,7 @@ jobs:
API_URL: http://fragments-lb-1228717397.us-east-1.elb.amazonaws.com/
with:
task-definition: fragments-definition.json
container-name: fragments
container-name: fragments-container
# Use the image we just built and pushed to ECR for this tag
image: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPO }}:${{ env.VERSION_TAG }}
# Add all the necessary environment variables, using GitHub Encrypted Secrets
Expand Down

0 comments on commit b4e9af1

Please sign in to comment.