Cloudfront with YAML

YAML parameters for Cloudfront

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to CLOUDFLARE.
distribution_id
Required
StringThe ID of the Cloudfront web distribution.
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.
base_urlStringThe absolute or relative path on the remote server.
purge_allBooleanSpecifies whether or not the whole cache should be removed.
deployment_excludesString[]The paths and/or files that will be left out during the deployment. Available only if purge_all is set to false.
deployment_includesString[]The exceptions from the ignore patterns set in deployment_excludes.

YAML example for Cloudfront

actions:
- action: "Cloudfront action"
  type: "CLOUD_FRONT"
  input_type: "SCM_REPOSITORY"
  local_path: "/"
  distribution_name: "buddy.works"
  distribution_id: "EDFDVBD632BHDS5"
  purge_all: false
  base_url: "/merged"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  timeout: 900
  deployment_excludes:
  - "/tmp"
  - "*.log"
  deployment_includes:
  - "/tmp/assets"
  - "/tmp/styles"

Last modified on February 16, 2023

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

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