Add pipeline first CI/CD

This commit is contained in:
i.j 2023-12-14 20:07:52 +00:00
parent ff4286a15e
commit 58ca45859d

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- npm install
- npm version patch
- npm publish --access public