Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
006359687f
|
|||
|
f26d304890
|
|||
|
6feec48ac6
|
@@ -24,11 +24,7 @@ steps:
|
|||||||
dockerfile: apps/${APP}/Dockerfile
|
dockerfile: apps/${APP}/Dockerfile
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
APP:
|
APP: [ "ui", "api", "abstraction", "rules" ]
|
||||||
- ui
|
|
||||||
- api
|
|
||||||
- abstraction
|
|
||||||
- rules
|
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
ref:
|
ref:
|
||||||
exclude:
|
exclude:
|
||||||
@@ -43,8 +39,7 @@ steps:
|
|||||||
- kubectl create namespace ${NAMESPACE} || echo "Namespace ${NAMESPACE} already exists"
|
- kubectl create namespace ${NAMESPACE} || echo "Namespace ${NAMESPACE} already exists"
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
APP:
|
APP: meta_app_deployment
|
||||||
- meta_app_deployment
|
|
||||||
event: [tag]
|
event: [tag]
|
||||||
ref:
|
ref:
|
||||||
exclude:
|
exclude:
|
||||||
@@ -66,7 +61,6 @@ steps:
|
|||||||
--dry-run=client -o yaml | kubectl apply -f -
|
--dry-run=client -o yaml | kubectl apply -f -
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
APP:
|
APP: [ "meta_app_deployment" ]
|
||||||
- meta_app_deployment
|
|
||||||
event: [tag]
|
event: [tag]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user