Skip to content

Commit

Permalink
Update container name in fragments-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brokoli777 committed Jul 26, 2024
1 parent 7134134 commit 589dabd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
VERSION_TAG: ${{ github.ref_name }}
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
12 changes: 0 additions & 12 deletions fragments-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,13 @@
],
"essential": true,
"environment": [
{
"name": "AWS_COGNITO_POOL_ID",
"value": "---"
},
{
"name": "API_URL",
"value": "---"
},
{
"name": "PORT",
"value": "80"
},
{
"name": "LOG_LEVEL",
"value": "debug"
},
{
"name": "AWS_COGNITO_CLIENT_ID",
"value": "---"
}
],
"environmentFiles": [],
Expand Down

0 comments on commit 589dabd

Please sign in to comment.