From bec3e598adab29b38b06ccf7658cf4035cc97c5a Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Mon, 9 Mar 2026 14:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index aa9459c..79ac674 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - 'main**' + - 'main' env: BUILD: staging @@ -35,7 +35,7 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: true - tags: hub.kce.ksyun.com/yantoo/yantoo-repository/scriptflow-ai-app:${{ gitea.run_id }} + tags: hub.kce.ksyun.com/yantoo/yantoo-repository/creation-flow-app:${{ gitea.run_id }} # - name: Docker Save And Tag # run: | # docker save 100.97.153.66:30005/creation-flow-app:${{ gitea.run_id }} -o creation-flow-app_${{ gitea.run_id }}.tar @@ -43,9 +43,9 @@ jobs: # rm -f creation-flow-app_${{ gitea.run_id }}.tar - name: Install run: | - helm upgrade --install scriptflow-ai-app ./.gitea/charts \ - --namespace scriptflow-ai \ + helm upgrade --install creation-flow-app ./.gitea/charts \ + --namespace aurora-dev \ --create-namespace \ - --set image.repository=hub.kce.ksyun.com/yantoo/yantoo-repository/scriptflow-ai-app \ + --set image.repository=hub.kce.ksyun.com/yantoo/yantoo-repository/creation-flow-app \ --set image.tag=${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}."