rename dev-scripts to ops-scripts
All checks were successful
/ continuous-deploy (push) Successful in 4s
All checks were successful
/ continuous-deploy (push) Successful in 4s
This commit is contained in:
7
ops-scripts/apply-infra.sh
Executable file
7
ops-scripts/apply-infra.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Executing infra deploy."
|
||||
|
||||
kubectl kustomize deploy/infra | kubectl apply -f -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user