Rackspace with YAML

YAML parameters for Rackspace

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to RACKSPACE.
container
Required
StringThe name of the Rackspace container.
region
Required
StringThe name of the Rackspace region.
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.
remote_pathStringThe absolute or relative path on the remote server.
deployment_excludesString[]The paths and/or files that will be left out during the deployment.
deployment_includesString[]The exceptions from the ignore patterns set in deployment_excludes.

YAML example for Rackspace

actions:
- action: "Upload files to Rackspace"
  type: "RACKSPACE"
  input_type: "SCM_REPOSITORY"
  local_path: "/assets"
  container: "buddy-tests"
  region: "IAD"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  deployment_excludes:
  - "/tmp"
  - "*.log"
  deployment_includes:
  - "/tmp/assets"
  - "/tmp/styles"

Last modified on May 26, 2023

Get Started

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