Skip to content

Instantly share code, notes, and snippets.

@agcty
Created June 9, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agcty/8e74ae5af6bcc2fe8b66b27a468da42f to your computer and use it in GitHub Desktop.
Save agcty/8e74ae5af6bcc2fe8b66b27a468da42f to your computer and use it in GitHub Desktop.
ThemeKit config file for Debut upgrade
development:
password: ${SHOPIFY_API_PASSWORD}
theme_id: ${DEVELOPMENT_THEME_ID}
store: your-store.myshopify.com
staging:
password: ${SHOPIFY_API_PASSWORD}
theme_id: ${STAGING_THEME_ID}
store: your-store.myshopify.com
production:
password: ${SHOPIFY_API_PASSWORD}
theme_id: ${PRODUCTION_THEME_ID}
store: your-store.myshopify.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment