add ci/cd

This commit is contained in:
Sergey Krylov 2025-01-15 08:02:00 +03:00
parent 9f9c9239b5
commit 76e26d876a

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: node:22.13.0
pages:
script:
- npm install
- npm run build
- cp -r dist/* public/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH