.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
FIREBASE_PROJECT_ID
FIREBASE_SERVICE_ACCOUNT_BASE64
FIREBASE_STORAGE_BUCKET
MINIO_ENDPOINT
MINIO_PORT
MINIO_ACCESS_KEY
secret
MINIO_SECRET_KEY
secret
MINIO_BUCKET_NAME
MINIO_USE_SSL
brew install flyctl && fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/agustinustheo/firebase-to-minio-migration