docs: 客户端可配置分流设计+原型(并入 v2 作开发基线) #7

Closed
wangjia wants to merge 39 commits from design/configurable-proxy into feat/pay-v2-integration
Showing only changes of commit 7e357ced0a - Show all commits
+5 -3
View File
@@ -12,13 +12,15 @@ concurrency:
jobs:
deploy-site:
runs-on: ubuntu-latest
runs-on: nas
steps:
- name: Checkout
uses: actions/checkout@v4
# runner 镜像 catthehacker/ubuntu:act-latest 自带 node/npx,直接跑;
# 不用嵌套 docker run(job 容器内的 $PWD 在宿主上不存在,DinD 挂载会失败)
# runs-on: nas(host 模式,mac-pangolin-2 宿主 Mac)。Mac 自带 node/npm/npx,
# 直接 host 跑 —— 从 ubuntu-latest 迁来:pangolin 无 ubuntu runner,原 job 永久排队
# 内存:Astro 轻(几百 MB)、Next.js next build 峰值 ~1-2GB,Mac 足够(不放内存紧的
# pangolin1/NAS-Linux)。wrangler pages deploy 需网络 + CF token(已配 secret)。
- name: Compile (Astro 官网)
env:
SITE_URL: https://pangolin.yanmeiai.com