0.0.14 • Published 3 years ago

@icalialabs/register-aws-ecs-task-definition v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Register AWS ECS Task Definition

Registers a Task Definition in AWS ECS

Github Action Usage

      - name: Register AWS ECS Task Definition
        uses: icalia-actions/register-aws-ecs-task-definition@v0.0.1
        with:
          family: my-task-definition-family
          template: templates/ecs/my-task-definition.yml

          # You can override the image used on any container - the most common
          # use case is to deploy an image built & pushed on a previous step:
          container-images: '{"my-container":"my-built-image"}'

          # You can optionally override any environment variable in the task 
          # container definitions, given that the overridden environment variable
          # already exists in the container definition:
          environment-vars: '{"FOO":"BAR"}'

          # You can also override secrets already defined in the "secrets" key
          # inside the container definition by using a map consisting of the
          # "name" as key, and the "valueFrom" as the value - the secret name
          # *must* be present in the definition, otherwise it will be ignored.
          secrets: '{"MY_SECRET":"some-secret-name"}'

Library Usage

yarn add --dev @icalialabs/register-aws-ecs-task-definition
0.0.14

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago