Why can't I deploy new code to my theme?

Hi guys, Could you please help me to check why I can not deploy new code to the Shopify theme. I have a small snippet that needs to deploy to my site https://kings-and-queens-beds.myshopify.com . I tried but it doesn’t work. I tried to deploy it to other stores, it is ok. don’t know why.
I put my config as the attached image. You guys please help me to check it. Thank you so much.

1 Like

Hello. This config file does not give much information, but if you’re unable to deploy the theme from the terminal for whatever reason, you can do it by uploading the zip file containing the theme code directly in the admin.

Sales Channels >> Online Store >> Themes >> Theme Library >> Add Theme >> Upload zip file

@Khoango assuming you’re using themekit, judging by the config.yml file you shared above. Here’s a couple of suggestions:

  1. See if you can share an additional screenshot of whatever your terminal is returning from an unsuccessful attempt to run themekit deploy [store] or similar

  2. Check that the API passcode used in the config for kings-and-queens-beds is correct and corresponds to a private app installed on the kings-and-queens-beds store.

  3. Alternatively, uninstall themekit and switch to using the Shopiy CLI instead. Themekit is no longer supported, so the CLI is a much better tool for theme development/deployment moving forward:
    https://shopify.dev/docs/themes/tools/cli

Hi guys, just let you know that this issue is came from caching throttled from Shopify backend. After clearing cache from backend side, everything works fine.