Skip to content

Commit

Permalink
Update nodejs-app-task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbaa815 authored Jan 27, 2024
1 parent 3f96d2d commit 0c7993f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs-app-task-definition.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"taskDefinitionArn": "${{ secrets.TASKDEFINITIONARN }}",
"taskDefinitionArn": "{{ TASKDEFINITIONARN }}",
"containerDefinitions": [
{
"name": "cicd-node",
"image": "${{ steps.login-ecr.outputs.registry }}",
"image": "{{ steps.login-ecr.outputs.registry }}",
"cpu": 0,
"portMappings": [
{
Expand Down

0 comments on commit 0c7993f

Please sign in to comment.