Remove dodgy docs from me
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 21:04:49 +02:00
parent 1dfa801dcb
commit a1222dc7d8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/).
### Dangerous options, unwise outside CI
- **secrets**: (default: `{}`): names of secrets to generate and store in the
swarm. This field is used in conjuction with `generate_secrets` (see below).
- **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.