Document purge
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 20:07:57 +02:00
parent 88d595019d
commit 7fd5b53ac0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 3 deletions

View File

@ -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