Add experimental gitlab CI config.
This commit is contained in:
parent
c29a640aa9
commit
8f3b7ef3e9
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
pages:
|
||||
stage: deploy
|
||||
image: docker.io/library/alpine:edge
|
||||
script:
|
||||
- apk add nodejs nodejs-npm
|
||||
- npm install --save-dev
|
||||
- npx webpack
|
||||
artifacts:
|
||||
paths:
|
||||
- dist
|
Loading…
Reference in a new issue