From 7c7379c42cd5b405844152cd8c70acc554a62842 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 26 Nov 2022 20:28:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114d1a1..e756adb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ ./deploy.sh services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service on ``` `SINGLE_SERVICE` should match one of the filenames in -`roles/docker/tasks/services/`, but without the `.yml` extension. +`roles/docker/tasks/services/**/*`, but without the `.yml` extension. ## Testing