跳到主要内容

YAML部署 AWS App Runner

AWS App Runner部署的YAML参数

包含所有Buddy操作通用参数的列表

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set toAWS_APP_RUNNER_DEPLOY.
service
必填
StringThe ID of the App Runner service ARN.
region
必填
StringThe name of the Amazon region. The full list of regions is available here.
integration_hash
必填
StringThe ID of the integration.

YAML部署AWS App Runner示例

actions:
- action: "App Runner Deploy"
type: "AWS_APP_RUNNER_DEPLOY"
service: "arn-aws-apprunner-service"
region: "us-east-1"
integration_hash: "5ddb7c180fb38be67bd78a88a"