We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dda4f8 commit 505f5b9Copy full SHA for 505f5b9
README.md
@@ -10,6 +10,13 @@ Add the following step in your workflow file
10
- uses: parisk/setup-compose-cli@v1
11
```
12
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
+```
20
### Picking a different version
21
22
```yml
0 commit comments