Add secrets field doc
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 20:12:06 +02:00
parent 7fd5b53ac0
commit f55ecf5d45
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ 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.