Files
nextcloud/ops-scripts/apply-infra.sh
Márcio Fernandes a9e368beb1
All checks were successful
/ continuous-deploy (push) Successful in 23s
- onlyoffice kubernetes resource limits and pvc
- continuous deploy revision
- environments variables validation
- vscode tasks for deploy
- vscode testing some new plugins
2026-04-10 03:21:05 +00:00

6 lines
131 B
Bash
Executable File

#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/infra | kubectl -n cloud-limbosolutions-com apply -f -