How to sync Gadget Production Deploy synced with Frontend deploy

We use Gadget for backend of a theme app extension. We deploy the front end and backend separately with 2 separate commands. This causes the issue that for a very brief period of time, the codebases are not aligned. How are other folks solving this problem successfully?
1 Reply
Chocci_Milk
Chocci_Milk7mo ago
I would simply recommend that you deploy the backend first, then deploy the extension. That way, users won’t get errors when attempting to use additional functionality

Did you find this page helpful?