Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9d4f3ac560
|
|||
|
bbbd01fbac
|
|||
|
61134f8bfa
|
|||
|
b12bbc1eb0
|
|||
|
8425dda177
|
@@ -5,6 +5,7 @@ matrix:
|
||||
- abstraction
|
||||
- rules
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
|
||||
@@ -5,6 +5,7 @@ matrix:
|
||||
- abstraction
|
||||
- rules
|
||||
|
||||
steps:
|
||||
deploy:
|
||||
image: quay.io/wollud1969/k8s-admin-helper:0.3.4
|
||||
environment:
|
||||
@@ -16,11 +17,12 @@ 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:
|
||||
exclude:
|
||||
- refs/tags/*-configchange
|
||||
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
- predeploy
|
||||
|
||||
Reference in New Issue
Block a user