跳到主要内容

Heroku with YAML

List of YAML parameters and examples for the "Heroku" action.

YAML parameters for Heroku

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to HEROKU.
application_name
必填
StringThe ID of the application.
integration_hash
必填
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