gitlab-ci修改
This commit is contained in:
parent
1f6d3cd5d7
commit
eb72f16e3a
@ -12,7 +12,7 @@ cache:
|
||||
build:
|
||||
image: registry.zhst.com/video-analysis/pnpm4
|
||||
tags:
|
||||
- linux
|
||||
- linux_docker_web_204
|
||||
stage: build
|
||||
script:
|
||||
- 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"
|
||||
@zhst:registry="http://10.0.0.77:4874/:autoToken=VbcnvB0eKGAqsT5ZNbfKiw=="
|
||||
@zhst:registry="http://10.0.0.77:4874/"
|
||||
strict-peer-dependencies=false
|
||||
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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user