You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,20 @@ inputs:
16
16
wait-for-service-stability:
17
17
description: 'Whether to wait for the ECS service to reach stable state after deploying the new task definition. Valid value is "true". Will default to not waiting.'
18
18
required: false
19
+
codedeploy-appspec:
20
+
description: "The path to the CodeDeploy AppSpec file, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'appspec.yaml'."
21
+
required: false
22
+
codedeploy-application:
23
+
description: "The name of the CodeDeploy application, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'AppECS-{cluster}-{service}'."
24
+
required: false
25
+
codedeploy-deployment-group:
26
+
description: "The name of the CodeDeploy deployment group, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'DgpECS-{cluster}-{service}'."
27
+
required: false
19
28
outputs:
20
29
task-definition-arn:
21
30
description: 'The ARN of the registered ECS task definition'
31
+
codedeploy-deployment-id:
32
+
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
0 commit comments