跳到主要内容

Shopify with YAML

List of YAML parameters and examples for the "Shopify" action

YAML parameters for Shopify

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to SHOPIFY.
theme_name
必填
StringThe name of the Shopify theme.
integration_hash
必填
StringThe 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

actions:
- action: "Deploy to Shopify/buddy"
type: "SHOPIFY"
input_type: "SCM_REPOSITORY"
local_path: "/theme"
integration_hash: "5ddb7c180fb38be67bd78a88a"
theme: "164529204"
theme_name: "brooklyn"