From 7fd5b53ac0173d60ba4d677a10e1a955bd1f758c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 25 Sep 2020 20:07:57 +0200 Subject: [PATCH] Document purge --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c801579..6102085 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/). ### Dangerous options, unwise outside CI -- **generate_secrets** (default: no): randomly set all `secrets:` found in the - compose file -- you won't be able to retrieve them afterwards, so you almost - certainly don't want this for real deployments. +- **generate_secrets** (default: `false`): randomly set all `secrets:` found in the + compose file -- you won't be able to retrieve them afterwards, so you almost + certainly don't want this for real deployments. +- **purge** (default: `false`): runs aggresive cleaning up measure to wipe + deployment afterwards ## Example