更新 .gitea/workflows/deploy.yaml
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Has been cancelled
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user