mf-ci-cd
All checks were successful
/ continuous-deploy (push) Successful in 19s

This commit is contained in:
Márcio Fernandes
2026-04-18 23:14:14 +00:00
parent 20360ff1dc
commit 8730c3217b
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
NAMESPACE=mf-cicd
kubectl kustomize deploy/app | kubectl --namespace ${NAMESPACE} apply -f -