All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echo "Executing infra deploy."
|
|
|
|
kubectl kustomize deploy/infra | kubectl apply -f - |