1
0
Fork 0
VaultUI/.gitlab-ci.yml

13 lines
235 B
YAML
Raw Normal View History

2021-11-21 12:14:25 +00:00
pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs npm git
2021-11-21 12:14:25 +00:00
- npm install --save-dev
- npx webpack
- mv dist public
2022-01-07 16:26:53 +00:00
- cp _redirects public
2021-11-21 12:14:25 +00:00
artifacts:
paths:
- public