resolve memory overflow by lazy-loading FF14 prompt #71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Deploy Docker | ||
|
Check failure on line 1 in .github/workflows/docker-build.yml
|
||
| on: | ||
| push: | ||
| branches: [ main ] | ||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - name: Build Docker image | ||
| run: | | ||
| docker build -t phantoms-backend . | ||
| - name: Deploy to Render | ||
| # 这里可以使用 Render 的 webhook 或 API 触发重新部署 | ||