Shopify with YAML

YAML parameters for Shopify

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to SHOPIFY.
theme_name RequiredStringThe name of the Shopify theme.
integration RequiredStringThe ID of the integration.
input_typeStringDefines whether the files are deployed from the repository or from the build filesystem. Can be one of SCM_REPOSITORY or BUILD_ARTIFACTS.
local_pathStringThe path in the repository.

YAML example for Shopify

yaml
actions: - action: "Deploy to Shopify/buddy" type: "SHOPIFY" input_type: "SCM_REPOSITORY" local_path: "/theme" integration: "my_integration" theme: "164529204" theme_name: "brooklyn"

Last modified on Sep 23, 2024