added node red
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing app deploy."
|
||||
|
||||
kubectl kustomize ./services/node-red/deploy/app | kubectl apply -f -
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing infra deploy."
|
||||
|
||||
kubectl kustomize ./services/node-red/deploy/infra | kubectl apply -f -
|
||||
Reference in New Issue
Block a user