From 384d6bbb67e45bdd9fd5a75291944a544cdbd7f6 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Tue, 12 Aug 2025 16:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a4f7fe4..50c9cc8 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: - - 'new_male' + - 'kehu' env: BUILD: staging @@ -30,15 +30,15 @@ jobs: uses: https://gitea.yantootech.com/neil/build-push-action@v6 with: push: false - tags: emotion-digital-video:${{ gitea.run_id }} + tags: emotion-digital-video-kehu:${{ gitea.run_id }} - name: Run docker run: | pwd - if [ "$(docker ps -q -f name=^emotion-digital-video$)" ]; then - docker stop emotion-digital-video + if [ "$(docker ps -q -f name=^emotion-digital-video-kehu$)" ]; then + docker stop emotion-digital-video-kehu fi - docker run -d --rm --name emotion-digital-video \ + docker run -d --rm --name emotion-digital-video-kehu \ -v /usr/share/fonts/opentype/noto:/usr/share/fonts \ - -p 6900:3000 \ - emotion-digital-video:${{ gitea.run_id }} + -p 6921:3000 \ + emotion-digital-video-kehu:${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file