Pull through settings from secret store.
This commit is contained in:
parent
d37388dc98
commit
7eaa9e0380
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ steps:
|
|||
environment:
|
||||
ConnectionString:
|
||||
from_secret: ConnectionString
|
||||
GitDomain:
|
||||
from_secret: GitDomain
|
||||
GitToken:
|
||||
from_secret: GitToken
|
||||
commands:
|
||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||
- apt-get install -y nodejs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue