.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
brew install flyctl && fly launch --from https://github.com/darkskygit/luban
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/darkskygit/luban
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/darkskygit/luban