Skip to content
Snippets Groups Projects
Commit cc0ef865 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add basic GitLab CI

parent 663d7e42
No related branches found
No related tags found
No related merge requests found
Pipeline #15547 passed
include:
- template: Security/License-Scanning.gitlab-ci.yml
pages:
needs: []
image: node:14-alpine
stage: deploy
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment