The Elastic Beanstalk plugin can be used to deploy an app to a Beanstalk environment. The following pipeline configuration uses the Beanstalk plugin to deploy an app:
tasks:
deployment:
type: deploy
kind: ebs
application: "app-name"
region: us-east-1
version_label: v1
description: Deployed with Razorops
auto_create: true
bucket_name: my-bucket-name
bucket_key: my-bucket-key