As a developer,
I want to create scripts to deploy the Shopify app
so that I can use that to deploy the app and integrate with a pipeline.
To deploy the TIKI Shopify app we need to deploy 3 parts of it
Frontend
Build the react app
Publish the static HTML and JS files.
Extensions
Uses the frontend URLs for discount options
Deploy using the Shopify cli
Backend
Uses the frontend URLs for static assets redirection
Uses the SHOPIFY_APP_THEME_EXTENSION_UUID for redirecting the user
Deploy using to Cloudflare using wrangler
The root deploy script should execute these steps in this order.
As a developer, I want to create scripts to deploy the Shopify app so that I can use that to deploy the app and integrate with a pipeline.
To deploy the TIKI Shopify app we need to deploy 3 parts of it
The root deploy script should execute these steps in this order.