Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Dec 17, 2024
1 parent 9fc5e51 commit faebaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit faebaf3

Please sign in to comment.