File tree Expand file tree Collapse file tree 4 files changed +472
-33
lines changed Expand file tree Collapse file tree 4 files changed +472
-33
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,21 @@ inputs:
34
34
force-new-deployment :
35
35
description : ' Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
36
36
required : false
37
+
38
+ init-task-command :
39
+ description : ' A command to be run as a task before deploy.'
40
+ required : false
41
+ init-task-name :
42
+ description : ' Container name for init run task.'
43
+ default : ' app'
44
+ required : false
45
+ init-task-network-configuration :
46
+ description : ' Network configuration as json string required for network mode `awsvpc`.'
47
+ required : false
48
+ started-by :
49
+ description : " The value of the task started-by"
50
+ required : false
51
+
37
52
outputs :
38
53
task-definition-arn :
39
54
description : ' The ARN of the registered ECS task definition'
You can’t perform that action at this time.
0 commit comments