liste-de-courses-www/.drone.yml
2022-07-19 21:41:49 +02:00

18 lines
349 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:14
commands:
- npm install
- echo $VUE_APP_API_BASE_URL
- npm run lint
- npm run build:prod
- ls -la dist/js
- grep api dist/js/*.js
- grep api dist/js/*.js.map
environment:
VUE_APP_API_BASE_URL:
from_secret: baseurl