Trying to fix env variable not set.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
aminecmi 2022-10-02 13:38:48 +02:00
parent 59654d0764
commit ac1f4ef0fc

View File

@ -19,9 +19,9 @@ steps:
image: node:14 image: node:14
commands: commands:
- npm install - npm install
- npm run build - REACT_APP_API_BASE_URL=$BASE_URL npm run build
environment: environment:
REACT_APP_API_BASE_URL: BASE_URL:
from_secret: baseurl from_secret: baseurl
- name: saveNodeModules - name: saveNodeModules