JS Framework Guides
Run a RedwoodJS App
Getting an application running on Fly.io is essentially working out how to package it as a deployable image. Once packaged it can be deployed to the Fly.io platform.
In this guide we’ll learn how to deploy a RedwoodJS application on Fly.io.
We’ll be using the standard web application generated by RedwoodJS.
You can check out the Redwood Quick Start guide to get your development
environment setup and to generate some data models. Once you’re happy with your app, we can deploy it: