Skip to content

Commit 6b429d9

Browse files
author
Sachin Maheshwari
committed
correcting command line variables value
1 parent 3fb262e commit 6b429d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ make_task_def(){
165165
],
166166
"portMappings": [
167167
{
168-
"hostPort": "%s",
168+
"hostPort": %s,
169169
"protocol": "tcp",
170-
"containerPort": "%s"
170+
"containerPort": %s
171171
}
172172
],
173173
"logConfiguration": {

0 commit comments

Comments
 (0)