Fly.io
We will always point to the official docs, but also provide you with an example on how to do it faster with axolotl.
Link to Fly.io docs (opens in a new tab)
Step by Step
- Visit fly.io (opens in a new tab) and install
flyctl
- Go into your Axolotl project
flyctl auth login
- login to fly.ioflyctl launch
- follow the instructions in CLIflyctl deploy
- deploy the app- By default flyctl will listen to PORT 3000, so we need to add secret to flyio
flyctl secrets set PORT=3000
. We can change it later if needed.
Fly.io (opens in a new tab) will do everything for you, you just need to follow the instructions in the CLI.
After all the steps are done, you will have your app deployed and running.