Update .gitlab-ci.yml file

This commit is contained in:
Kirill Andrusyak
2023-01-16 17:33:59 +00:00
parent b920503ad1
commit 8573f2d256

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: node:latest
stages:
- deploy
deploy:
stage: deploy
script:
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
- npm publish
environment: production