Skip to content

Commit

Permalink
Update content/integrations/fly.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Gillespie <[email protected]>
  • Loading branch information
KyleTryon and jacobwgillespie authored Jul 31, 2024
1 parent a1dc70b commit 0483a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/integrations/fly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can use Depot to build your container images for Fly.io. This guide will sho

Once you have a Fly.io account, you can create and deploy a new app using the Fly CLI. You can install the Fly CLI using the methods described in the [Fly.io documentation](https://fly.io/docs/flyctl/install/).

You have two options for intefrating Depot with Fly.io, you may build from your Depot account and push to Fly.io, or you can use the `--depot` flag with the Fly deploy command to use Depot as the builder on Fly.
You have two options for integrating Depot with Fly.io, you may build the image with `depot build` using your Depot account and push it to Fly.io, or you can use the `--depot` flag with the `flyctl deploy` command to use Depot as the builder on Fly.

## Getting started with Depot

Expand Down

0 comments on commit 0483a2a

Please sign in to comment.