Skip to content

Commit 2d3b756

Browse files
authored
Merge pull request codefresh-io#7 from verchol/master
codefresh ecs-deploy plugin
2 parents 00583cd + 520a229 commit 2d3b756

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

stable/ecs-deploy/plugin.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
image: codefresh/ecs
2+
tag: 2.7.2
3+
version: 1.1.0
4+
description: Release a Helm chart (update or install)
5+
keywords:
6+
- ecs
7+
- deploy
8+
- containers
9+
home: https://github.com/codefresh-io/cf-deploy-ecs.git
10+
sources:
11+
- https://github.com/codefresh-io/cf-deploy-ecs.git
12+
maintainers: # (optional)
13+
- name: Oleg Verhovsky
14+
15+
icon: https://www.metricly.com/wp-content/uploads/2017/07/ECSIcon.png
16+
envs:
17+
- name: AWS_ACCESS_KEY_ID
18+
type: required
19+
description: Amazon access key ID
20+
- name: AWS_SECRET_ACCESS_KEY
21+
type: required
22+
description: amazon secret key (make sure it's encrypted)
23+
- name: aws-region
24+
type: required
25+
description: Helm release name
26+
- name : region
27+
type : required
28+
description : aws region
29+
- name : cluster_name
30+
type : required
31+
description : ecs cluster name
32+
- name : service_name
33+
type : required
34+
description : ecs service name
35+
context:
36+
- kind: Amazon ECS

0 commit comments

Comments
 (0)