Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Aug 13, 2020
1 parent c06057e commit 5561bae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ecs-deploy-action
===

What do you mean you don't know what I am? I'm a github action that deploys to your ECS.

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

```yaml
- uses: flipgroup/ecs-deploy-action@v1
with:
cluster: default
service: YourServiceName
image-overrides: YourContainerName=111111111111.dkr.ecr.ap-southeast-2.amazonaws.com/Repo/YourImageName:${{ env.GITHUB_RUN_NUMBER }}
```
Then I will go and update your service the running containers with a new docker image for you. That easy.
What about environment't 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](https://github.com/aws-actions/configure-aws-credentials)

0 comments on commit 5561bae

Please sign in to comment.