Trying to fix env variable not set.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
59654d0764
commit
ac1f4ef0fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user