From 1fa41b0bbe3db84809a4df23678ef089e108db61 Mon Sep 17 00:00:00 2001 From: xiehaijun Date: Sun, 27 Jul 2025 09:48:48 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布生产 --- .gitea/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 839f609..4eea6db 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,7 +19,7 @@ on: # - cron: '30 5 * * 2,4' jobs: - "构建应用": + build: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout @@ -111,8 +111,8 @@ jobs: echo 'docker build -t .' echo 'docker push :latest' docker info - 发布应用: - needs: "构建应用" + deploy: + needs: build runs-on: ubuntu-latest steps: - name: 执行远程 SSH 命令