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

This commit is contained in:
2026-05-07 16:56:02 +08:00
parent e3f4b05602
commit 8cec21e77e

View File

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