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

11 lines
185 B
YAML

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