Shopify with YAML

YAML parameters for Shopify

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to SHOPIFY.
theme_name
Required
StringThe name of the Shopify theme.
integration_hash
Required
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"

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.