mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-11-23 06:46:26 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
5db8cd684a
commit
e3857918c4
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: node:lts
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
- npx playwright install
|
||||
pages:
|
||||
script:
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
Loading…
Reference in a new issue