GitDeployHub

volcengine/minecontext

github.com/volcengine/minecontext ↗
Python
5 environment variables found in frontend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • APPLE_ID 🔐 Apple 开发者账户相关 Apple 开发者账号邮箱(即登录 developer.apple.com 的邮箱)
  • APPLE_TEAM_ID 你的 Apple Developer Team ID(在 https://developer.apple.com/account/ 中可查) 一般是一个10位的大写字符串,例如:ABCDE12345
  • APPLE_APP_SPECIFIC_PASSWORD secret Apple App-specific password,用于上传公证 在 https://appleid.apple.com/account/manage → Security → App-Specific Passwords 中生成
  • CSC_LINK 🔏 签名(使用 .p12 证书) 指向你的 .p12 证书路径。可以是绝对路径,也可以是 file:// 或 base64 格式。 推荐放在项目下的 build/certs/ 目录:
  • CSC_KEY_PASSWORD secret .p12 文件导出时设置的密码
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/volcengine/minecontext
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/volcengine/minecontext
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/volcengine/minecontext
Or deploy to a different host
← Try another repo