Heroku with YAML

YAML parameters for Heroku

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to HEROKU.
application_name
Required
StringThe ID of the application.
integration_hash
Required
StringThe ID of the integration.
use_custom_gitignoreBooleanWhen set to false the push will ignore paths listed in .gitignore file.
isolatedBooleanWhen set to true, action will push only repository files (without artifacts).
deployment_excludesString[]The paths and/or files that will be left out during the push. Only works when use_custom_gitignoreis set to true.
without_forceBooleanDefines whether the --force flag should be used when invoking the git push command or not.

YAML example for Heroku

actions:
- action: "Deploy to buddy-app"
  type: "HEROKU"
  application_name: "buddy-app"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  use_custom_gitignore: false
  isolated: true

Last modified on April 26, 2022

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.