-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.management.yml
42 lines (38 loc) · 927 Bytes
/
build.management.yml
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
41
42
env_files:
- version.env
run:
selections:
service:
files:
- docker-compose.yml
build:
selections:
service:
additionalTag: latest
files:
- docker-compose.yml
helm:
directory: helm
cmd:
- helm template graphql-gateway
publish:
selections:
service:
additionalTag: latest
platforms:
- linux/amd64
- linux/arm64
files:
- docker-compose.yml
helm:
directory: helm
cmd:
- helm template graphql-gateway
- helm package graphql-gateway --destination charts
- helm repo index ./charts
swarm:
selections:
prod:
directory: services
files:
- swarm-management.yml