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