1
0
Fork 0

Add experimental gitlab CI config.

This commit is contained in:
ChaotiCryptidz - 2021-11-21 12:14:25 +00:00
parent c29a640aa9
commit 8f3b7ef3e9

10
.gitlab-ci.yml Normal file
View 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