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
description: "Renders an ECS task definition from a template (with secret substitutions) and deploys it to ECS. Additionally uploads an environment file."
3
+
inputs:
4
+
task-definition-path:
5
+
description: "Path to the ECS Task Definition template file (e.g. task-definition.template.json)"
6
+
required: true
7
+
default: "task-definition.json"
8
+
container-name:
9
+
description: "The container name to update"
10
+
required: true
11
+
image:
12
+
description: "The container image to substitute in the task definition"
## Right now, this workflow is being used to test the rendering of task definitions. This will be extended to be
3
+
## the workflow used that deploys to any arbitrary environment as part of https://github.com/department-of-veterans-affairs/va-enp-api/issues/76#issue-2669422105
0 commit comments