Deploying to Fly.io

Fly.io is the fastest way to deploy straight from your source code. Youโ€™ll be up and running in just minutes.

Requeriments

Follow this docs to install flyctl:

  • https://fly.io/docs/hands-on/install-flyctl/

Then, login with:

flyctl auth login

Deploy your application

Deploying your Brisa app is done with the following command:

fly launch --now

That's all ๐Ÿฅณ.

After executing this command you will have access to the URL of your Brisa app.

It is not necessary to configure any additional settings like an outputAdapter, as Fly.io is compatible with Brisa's default output.