From f0569ba832104f931a89aa620509390e20faaab4 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 25 May 2019 17:24:42 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.