diff --git a/README.md b/README.md index 93370fb..1c85529 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,9 @@ steps: commands: - echo $MYENV # Outputs: Something - echo $SOMESECRET # Outputs: Whatever is saved in drone as `mysecret` -``` \ No newline at end of file +``` + +###### 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.