GitDeployHub

alamops/rbymmomod

github.com/alamops/rbymmomod ↗
Unknown stack
4 environment variables found in .env.example

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

  • ROM_PATH ROM Path to your own legally obtained Red / Blue / Yellow ROM. When the engine checkout has no data/generated yet, the runner imports it…
  • SECONDARY_ROM_PATH Optional second cartridge, used by the Red-vs-Yellow battle-compat check (tests/drivers/run-red-yellow-battle-compat.sh). Point at Yellow…
  • ROM_VERSION red | blue | yellow -- which game ROM_PATH is. This is not cosmetic. scripts/setup.sh never passes --version through to the extractor,…
  • SECONDARY_ROW_VERSION
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alamops/rbymmomod
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alamops/rbymmomod
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alamops/rbymmomod
Or deploy to a different host
← Try another repo