Skip to content

Commit

Permalink
simplify start and stop methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazgi committed Oct 13, 2022
1 parent a318316 commit 19f0bb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/use-multiple-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
- name: Stop the service
timeout-minutes: 1
run: |
docker compose down --remove-orphans
docker compose down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,16 @@ services:
<<: *provisioning-base
```

Make sure your config.

```console
docker compose config
```

Now, you are able to provision your environment as follows. :tada:

```console
docker compose build --no-cache --pull
docker compose build
```

```console
Expand All @@ -136,7 +142,7 @@ docker compose exec provisioning terraform apply
```

```console
docker compose down --remove-orphans
docker compose down
```

### Step 3. Set secrets for GitHub Actions
Expand Down

0 comments on commit 19f0bb7

Please sign in to comment.