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