mirror of
https://github.com/cupcakearmy/drone-deploy.git
synced 2024-12-22 00:06:32 +00:00
Update README.md
This commit is contained in:
parent
0c6eb507b7
commit
f0569ba832
@ -70,4 +70,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo $MYENV # Outputs: Something
|
- echo $MYENV # Outputs: Something
|
||||||
- echo $SOMESECRET # Outputs: Whatever is saved in drone as `mysecret`
|
- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user