fix: 域名正統化 - https://awoooi.wooo.work
- CORS 加入正式域名 - NEXT_PUBLIC_API_URL 設為 https://awoooi.wooo.work - pydantic-settings WHITELIST 改用 property 避免 JSON 解析 - Nginx 已配置指向 K3s Worker (121) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
-t ${{ steps.meta.outputs.web_image }} \
|
||||
-t ${{ env.REGISTRY }}/${{ env.HARBOR_PROJECT }}/web:latest \
|
||||
--build-arg BASE_REGISTRY=${{ env.BASE_REGISTRY }} \
|
||||
--build-arg NEXT_PUBLIC_API_URL=https://awoooi.wooo.work/api \
|
||||
--build-arg NEXT_PUBLIC_API_URL=https://awoooi.wooo.work \
|
||||
-f apps/web/Dockerfile \
|
||||
.
|
||||
echo "✅ Web Image: ${{ steps.meta.outputs.web_image }}"
|
||||
|
||||
Reference in New Issue
Block a user