Created
June 9, 2020 09:10
-
-
Save agcty/8e74ae5af6bcc2fe8b66b27a468da42f to your computer and use it in GitHub Desktop.
ThemeKit config file for Debut upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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