Skip to content

Commit b7c0214

Browse files
fix typo
1 parent 65ec260 commit b7c0214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ Resources:
120120

121121
ECSService:
122122
Type: "AWS::ECS::Service"
123-
DependsOn: Listener
123+
DependsOn:
124+
- HttpListener
125+
- HttpsListener
124126
Properties:
125127
Cluster: !Ref ECSCluster
126128
DesiredCount: 1

0 commit comments

Comments
 (0)