forked from buildkite-plugins/ecs-deploy-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
40 lines (40 loc) · 743 Bytes
/
plugin.yml
File metadata and controls
40 lines (40 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: ECS Deploy
description: Deploy to ECS
author: https://github.com/buildkite
requirements:
- aws
- jq
configuration:
properties:
cluster:
type: string
service:
type: string
task-definition:
type: string
task-family:
type: string
image:
type: [ string, array ]
desired-count:
type: string
task-role-arn:
type: string
target-group:
type: string
load-balanccer-name:
type: string
target-container-name:
type: string
target-container-port:
type: integer
execution-role:
type: string
deployment-config:
type: string
required:
- cluster
- service
- task-definition
- task-family
- image