Update README.md

This commit is contained in:
Sam A. 2022-11-27 17:20:40 +01:00
parent c8d603b6aa
commit 93b1ed60ae
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ $ ./deploy.sh services # deploy the docker role only
$ ./deploy.sh services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service only
```
`SINGLE_SERVICE` should match one of the filenames in
`roles/docker/tasks/services/**/*`, but without the `.yml` extension.
`SINGLE_SERVICE` should match one of the service names in the `services`
dictionary in `roles/docker/defaults/main.yml` (e.g. `gitea` or
`data_coop_website`).
## Testing