diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d9535bb..683fe44 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -39,6 +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 -p 6211:8080 \ gong-zheng-api:${{ gitea.run_id }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file