GitDeployHub

darkskygit/luban

github.com/darkskygit/luban ↗
Rust
14 environment variables found in .env.example

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

  • APPLE_ID
  • APPLE_PASSWORD secret
  • APPLE_CERTIFICATE_PASSWORD secret
  • APPLE_TEAM_ID
  • APPLE_CERTIFICATE
  • APPLE_SIGNING_IDENTITY
  • TAURI_PRIVATE_KEY secret
  • TAURI_PRIVATE_KEY_PASSWORD secret
  • R2_ENDPOINT_URL
  • R2_BUCKET
  • AWS_ACCESS_KEY_ID secret
  • AWS_SECRET_ACCESS_KEY secret
  • AWS_DEFAULT_REGION secret
  • LUBAN_RELEASE_BASE_URL
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/darkskygit/luban
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/darkskygit/luban
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/darkskygit/luban
← Try another repo