1
0
Fork 0
VaultUI/.gitlab-ci.yml
2021-11-21 12:14:25 +00:00

11 lines
188 B
YAML

pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs nodejs-npm
- npm install --save-dev
- npx webpack
artifacts:
paths:
- dist