Read any matching secrets as env variable during build

This commit is contained in:
2022-08-14 21:15:54 +02:00
parent c6cff7a0c4
commit abf005fd8d

View File

@@ -22,6 +22,13 @@ steps:
- yarn --version
- yarn
- yarn build
environment:
ELASTIC:
from_secret: ELASTIC
ELASTIC_INDEX:
from_secret: ELASTIC_INDEX
SEASONED_API:
from_secret: SEASONED_API
- name: Lint project using eslint
image: node:18.2.0