App reviews, troubleshooting, and recommendations
Hi
I am trying to deploy our theme app extension to Shopify using Azure DevOps.
Where I have got stuck is running the 'npm run deploy' command in the YAML script in the pipeline, where I am being asked to authenticate on the browser.
Does anybody know any way around this? Preferable using CLI 3.x
Thanks
Solved! Go to the solution
This is an accepted solution.
I didn't see this before
Deploy extensions in a CD pipeline (shopify.dev)
Generating the token works
yarn shopify app deploy --api-key <ENV-API-KEY>
This is how I do it
Thanks, but that didn't work, I tried with npm
It does not appear to be an option in either CLI 3.x
Shopify CLI commands for apps
Or 2.x
This is an accepted solution.
I didn't see this before
Deploy extensions in a CD pipeline (shopify.dev)
Generating the token works
But how we can combine token along with npm ?
its work for me
SHOPIFY_CLI_PARTNERS_TOKEN=token npm run deploy
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024