This commit is contained in:
2025-11-28 23:59:32 +01:00
parent eddcd20d19
commit 8425dda177

View File

@@ -16,7 +16,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]
depends_on:
- build
- create_namespace
- apply_configuration
when:
event: [tag]
ref: