Commit 80f1bd5c authored by sysadmin's avatar sysadmin
Browse files

Add .gitlab-ci.yml

parent 46447446
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+13 −0
Original line number Diff line number Diff line
image: node:16-alpine
pages:
  cache:
    paths:
      - node_modules/
  script:
    - yarn
    - yarn build
  artifacts:
    paths:
      - public
  rules:
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH