Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions js/shopify.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

Fly.io has built in support for [Shopify Remix applications](https://shopify.dev/docs/apps/build): simply [scaffold](https://shopify.dev/docs/apps/build/scaffold-app), [build](https://shopify.dev/docs/apps/build/build?framework=remix), and [launch](https://fly.io/shopify).

<%= youtube "https://www.youtube.com/watch?v=F4qL3nCFg3E" %>

-- [https://x.com/i/status/1892986447788966011](https://x.com/i/status/1892986447788966011)
Check out a video from Shopify running through the deploy process [here](https://x.com/i/status/1892986447788966011).

To see this in action, [Scaffold an app](https://shopify.dev/docs/apps/build/scaffold-app) and immediately proceed to fly launch:

Expand Down Expand Up @@ -53,7 +51,7 @@

## Database

Shopify's template starts you off with SQLite using Prisma. Of particular note:

Check warning on line 54 in js/shopify.html.markerb

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Shopify's' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Shopify's' a typo?", "location": {"path": "js/shopify.html.markerb", "range": {"start": {"line": 54, "column": 1}}}, "severity": "INFO"}
* By virtue of only running on a single Machine, SQLlite3 apps will experience brief unavailabilty during deploys. For a typical application without any new migrations, this will be on the order of a few hundred milliseconds.
* For PostgreSQL applications without any volumes, [rolling deploys](https://fly.io/docs/launch/deploy/#deployment-strategy) are the default, avoiding any downtime.

Expand Down
Loading