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

Commit 5561bae

Browse files
committed
add readme
1 parent c06057e commit 5561bae

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
ecs-deploy-action
2+
===
3+
4+
What do you mean you don't know what I am? I'm a github action that deploys to your ECS.
5+
6+
Hmm, let me try and clear this up. If you chuck some yaml in your workflow that looks like this:
7+
8+
```yaml
9+
- uses: flipgroup/ecs-deploy-action@v1
10+
with:
11+
cluster: default
12+
service: YourServiceName
13+
image-overrides: YourContainerName=111111111111.dkr.ecr.ap-southeast-2.amazonaws.com/Repo/YourImageName:${{ env.GITHUB_RUN_NUMBER }}
14+
```
15+
Then I will go and update your service the running containers with a new docker image for you. That easy.
16+
17+
What about environment't variables you ask? I'll just copy it over for you and assume you manage that some other way.
18+
19+
I also play nice with [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)

0 commit comments

Comments
 (0)