fix:name
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 46s

This commit is contained in:
sexygoat
2026-05-07 16:57:49 +08:00
parent 8cec21e77e
commit 6b3e7ac185

View File

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