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