From faebaf3c6652205618d15dac873fb53244579008 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Tue, 17 Dec 2024 17:27:49 -0500 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0bab02..6240c88 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ be specified. * `docker_username`: *Optional.* This is used as the username to authenticate against a protected docker registry. * `docker_password`: *Optional.* This should be the users password when authenticating against a protected docker registry. * `show_app_log`: *Optional.* Tails the app log during startup, useful to debug issues when using blue/green deploys together with the `current_app_name` option. -* `no_start`: *Optional.* Deploys the app but does not start it. This parameter is ignored when `current_app_name` is specified. -* `tasks`: *Optional.* Stages the app but does not start it or give it a route. This parameter is ignored when `current_app_name` is specified. +* `no_start`: *Optional.* Deploys the app but does not start it. +* `tasks`: *Optional.* Stages the app but does not start it or give it a route. ## Pipeline example