更新 .gitea/workflows/deploy.yaml
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 5s

This commit is contained in:
2026-05-07 16:48:39 +08:00
parent 92c5c4ed50
commit e3f4b05602

View File

@@ -18,11 +18,11 @@ jobs:
steps: steps:
- name: 检出代码 - name: 检出代码
run: | uses: actions/checkout@v4
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH" with:
export GIT_SSL_NO_VERIFY=1 fetch-depth: 1
git clone https://git.boss160.cn/luo/c-xmot-iot.git . lfs: false
git checkout ${{ github.sha }} submodules: false
- name: 设置镜像标签 - name: 设置镜像标签
id: tag id: tag