Update README.md

This commit is contained in:
Nicco 2019-05-25 17:24:42 +02:00 committed by GitHub
parent 0c6eb507b7
commit f0569ba832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,3 +71,8 @@ steps:
- echo $MYENV # Outputs: Something
- echo $SOMESECRET # Outputs: Whatever is saved in drone as `mysecret`
```
###### Note
If you don't want to specify single variables just use `envs:all` and all the parameters inside of `settings` will be available.
All the vars will be automagically be uppercased.