Shopify with YAML
YAML parameters for Shopify
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to SHOPIFY . |
theme | String | The name of the Shopify theme. |
integration Required | String | The ID of the integration. |
input_type | String | Defines whether the files are deployed from the repository or from the build filesystem. Can be one of SCM_REPOSITORY or BUILD_ARTIFACTS . |
local_path | String | The path in the repository. |
YAML example for Shopify
yamlactions: - action: "Deploy to Shopify/buddy" type: "SHOPIFY" input_type: "SCM_REPOSITORY" local_path: "/theme" integration: "my_integration" theme: "my_shopify_theme"
Last modified on Oct 17, 2024