cicd: use config.json from docker folder
This commit is contained in:
parent
72983551de
commit
119ae66795
@ -24,7 +24,7 @@ build:
|
|||||||
before_script:
|
before_script:
|
||||||
- npm ci --cache .npm --prefer-offline --only=production
|
- npm ci --cache .npm --prefer-offline --only=production
|
||||||
script:
|
script:
|
||||||
- cp config.sample.json config.json
|
- cp docker/config.json config.json
|
||||||
- npm run build
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
|
Loading…
Reference in New Issue
Block a user