gitlab-ci修改
This commit is contained in:
parent
1f6d3cd5d7
commit
eb72f16e3a
@ -12,7 +12,7 @@ cache:
|
|||||||
build:
|
build:
|
||||||
image: registry.zhst.com/video-analysis/pnpm4
|
image: registry.zhst.com/video-analysis/pnpm4
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux_docker_web_204
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- chmod +x ./deploy/build.sh && ./deploy/build.sh
|
- chmod +x ./deploy/build.sh && ./deploy/build.sh
|
||||||
|
4
.npmrc
4
.npmrc
@ -1,4 +1,6 @@
|
|||||||
|
//10.0.0.77:4874/:always-auth=true
|
||||||
|
//10.0.0.77:4874/:_authToken=VbcnvB0eKGAqsT5ZNbfKiw==
|
||||||
registry="https://registry.npmmirror.com"
|
registry="https://registry.npmmirror.com"
|
||||||
@zhst:registry="http://10.0.0.77:4874/:autoToken=VbcnvB0eKGAqsT5ZNbfKiw=="
|
@zhst:registry="http://10.0.0.77:4874/"
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
ignore-workspace-root-check=true
|
ignore-workspace-root-check=true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM registry.zhst.com/video-analysis/alpine:latest
|
||||||
|
|
||||||
ADD ./app/public/ /app/public/
|
ADD ./app/public/ /app/public/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user