Skip to content

Commit f125c3a

Browse files
committed
fix: typo in cicd script
1 parent ab13a5d commit f125c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-one-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- TargetService:
8282
Type: AWS::ECS::Service
8383
Properties:
84-
TaskDefinition: "$TASK_DEF_ARN"
84+
TaskDefinition: "$TASK_DEF_ARN_ONE_APP"
8585
LoadBalancerInfo:
8686
ContainerName: ${{ env.CONTAINER_NAME }}
8787
ContainerPort: ${{ env.CONTAINER_PORT }}

0 commit comments

Comments
 (0)