cd 4
This commit is contained in:
@@ -5,6 +5,7 @@ matrix:
|
||||
- abstraction
|
||||
- rules
|
||||
|
||||
steps:
|
||||
deploy:
|
||||
image: quay.io/wollud1969/k8s-admin-helper:0.3.4
|
||||
environment:
|
||||
@@ -16,6 +17,10 @@ matrix:
|
||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||
- export KUBECONFIG=/tmp/kubeconfig
|
||||
- echo "Deploying application ${APP} (${IMAGE}) to namespace ${NAMESPACE}"
|
||||
depends_on:
|
||||
- build
|
||||
- create_namespace
|
||||
- apply_configuration
|
||||
when:
|
||||
event: [tag]
|
||||
ref:
|
||||
|
||||
Reference in New Issue
Block a user