Skip to content

Commit 505f5b9

Browse files
committed
Add example
1 parent 6dda4f8 commit 505f5b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Add the following step in your workflow file
1010
- uses: parisk/setup-compose-cli@v1
1111
```
1212
13+
Now you can use the Docker Compose CLI to deploy your apps to Amazon ECS or Azure Container Instances:
14+
15+
```yml
16+
- uses: parisk/setup-compose-cli@v1
17+
- run: docker context create ecs aws --from-env
18+
- run: docker --context=aws compose up
19+
```
1320
### Picking a different version
1421
1522
```yml

0 commit comments

Comments
 (0)