Commit 0b5fe0f0 authored by erichsieh's avatar erichsieh

refactor : gitlab-ci.yml

parent a1467ec4
......@@ -5,17 +5,17 @@ stages:
npm-publish:
stage: deploy
script:
- node -v
- npm -v
- npm publish --registry http://192.168.1.10:8473
- node -v
- npm -v
- npm publish --registry http://192.168.1.10:8473
only:
- TP-192-168-1-10
- TP-192-168-1-10
npm-publish-prod:
stage: deploy-prod
script:
- node -v
- npm -v
- npm publish --registry http://172.18.249.165:4873
- node -v
- npm -v
- npm publish --registry http://172.18.249.165:4873
only:
- redmine-app
\ No newline at end of file
- 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