fix:百分比
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Has been cancelled

This commit is contained in:
sexygoat
2026-05-07 16:19:00 +08:00
parent 7dfbb2de3d
commit 92c5c4ed50
8 changed files with 32 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ on:
env:
REGISTRY: registry.boss160.cn
IMAGE_NAME: registry.boss160.cn/junhong/device-voice-h5
IMAGE_NAME: registry.boss160.cn/junhong/c-xmot-iot
DEPLOY_DIR: /opt/device_voice_h5
jobs:
@@ -21,7 +21,7 @@ jobs:
run: |
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
export GIT_SSL_NO_VERIFY=1
git clone https://git.boss160.cn/luo/device-voice-h5.git .
git clone https://git.boss160.cn/luo/c-xmot-iot.git .
git checkout ${{ github.sha }}
- name: 设置镜像标签