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