mirror of
https://github.com/cupcakearmy/drone-deploy.git
synced 2025-09-04 04:30:39 +00:00
Update README.md
This commit is contained in:
@@ -71,3 +71,8 @@ steps:
|
|||||||
- 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.
|
||||||
|
Reference in New Issue
Block a user