Add .gitlab-ci.yml

master
Tomáš Mládek 2021-01-09 20:53:06 +00:00
parent fee57e4b3b
commit e60d0fb844
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
build site:
image: node:lts
stage: build
script:
- cd app
- npm install --progress=false
- npm run build
artifacts:
paths:
- dist