From 76ac16eb13f703a78eec9db70dc79f371477b19c Mon Sep 17 00:00:00 2001 From: wangxvdong Date: Wed, 18 Jun 2025 15:02:32 +0800 Subject: [PATCH] =?UTF-8?q?*=20)=20=E5=A2=9E=E5=8A=A0=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E5=AE=BF=E4=B8=BB=E6=9C=BA=E7=9B=AE=E5=BD=95=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 683fe44..911471e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -39,7 +39,7 @@ jobs: fi docker run -d --rm --name gong-zheng-api \ -v /usr/share/fonts/opentype/noto:/usr/share/fonts \ - -v /root/files:/usr/src/app/audio + -v /root/files:/usr/src/app/audio \ -p 6211:8080 \ gong-zheng-api:${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file