Delete .gitlab-ci.yml

This commit is contained in:
i.j 2023-12-15 10:17:34 +00:00
parent 7381f8eda7
commit 548c2aca66

View File

@ -1,12 +0,0 @@
image: node:latest
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- npm publish