Fly.io
We link to the official docs and provide a quick Axolotl workflow.
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- Set your server port via secret, e.g. 
flyctl secrets set PORT=3000. 
Follow the CLI prompts to finalize deployment.
After all the steps are done, you will have your app deployed and running.