Commit 52ca2c46 authored by erichsieh's avatar erichsieh

Update .gitlab-ci.yml

parent 0754d155
Pipeline #3665 failed with stage
in 1 second
stages: stages:
- deploy - deploy
- deploy-prod
npm-publish: npm-publish:
stage: deploy stage: deploy
script: script:
- node -v - node -v
- npm -v - npm -v
- npm publish --registry http://192.168.1.10:8473 - cd /opt/verdaccio
- pwd
- sync.sh
tags: tags:
- TP-192-168-1-10 - TP-192-168-1-10
\ No newline at end of file
npm-publish-prod:
stage: deploy-prod
script:
- node -v
- npm -v
- npm publish --registry http://172.18.249.165:4873
tags:
- redmine-app
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment