Compare commits

..

1 Commits

Author SHA1 Message Date
Sam A. 7a1e71e96e
Add README.md 2022-11-25 23:34:11 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ Here is a summary of the options that can be used:
```console
$ ./deploy.sh # deploy everything
$ ./deploy.sh base # deploy only ubuntu_base
$ ./deploy.sh services # deploy all services
$ ./deploy.sh base # deploy the ubuntu_base role only
$ ./deploy.sh services # deploy the docker role only
$ ./deploy.sh services SERVICE # deploy SERVICE only
```