ecs-deploy-action

command module
v0.0.0-...-abc87bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: MIT Imports: 10 Imported by: 0

README

ecs-deploy-action

What do you mean you don't know what I am? I'm a GitHub Action that deploys to your AWS Elastic Container Service (ECS) clusters.

Hmm, let me try and clear this up. If you chuck some YAML in your workflow that looks like this:

      - uses: flipgroup/ecs-deploy-action@v1
        with:
          cluster: default
          service: YourServiceName
          image-overrides: YourContainerName=111111111111.dkr.ecr.ap-southeast-2.amazonaws.com/Repo/YourImageName:${{ github.run_number }}

Then I will go and update your service with a new Docker image for you. That easy.

What about environment variables you ask? I'll just copy it over for you and assume you manage that some other way.

I also play nice with aws-actions/configure-aws-credentials.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL