gitlab-ci修改

This commit is contained in:
戴炜 2024-05-14 17:52:05 +08:00
parent 1f6d3cd5d7
commit eb72f16e3a
3 changed files with 5 additions and 3 deletions

View File

@ -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
View File

@ -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

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM registry.zhst.com/video-analysis/alpine:latest
ADD ./app/public/ /app/public/