AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Deploy

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to AWS_APP_RUNNER_DEPLOY.
service
Required
StringThe ID of the App Runner service ARN.
region
Required
StringThe name of the Amazon region. The full list of regions is available here.
integration_hash
Required
StringThe ID of the integration.

YAML example for AWS App Runner Deploy

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

Last modified on September 26, 2022

Get Started

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