rename dev-scripts to ops-scripts
All checks were successful
/ continuous-deploy (push) Successful in 4s

This commit is contained in:
2025-11-29 14:12:29 +00:00
parent 858da097f9
commit 05b76ffcf6
4 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
- ./deploy/helm/.env [Example](./deploy/helm/.env.example)
```bash
./deploy/apply-app.sh
./ops-scripts/apply-app.sh
```
- [kustomization](/deploy/app/kustomization.yaml)
@@ -34,7 +34,7 @@ Executes [App Deploy](#app) using [Gitea workflow](./.gitea/workflows/app-deploy
### Infra
```bash
./deploy/apply-infra.sh
./ops-scripts/apply-infra.sh
```
- [kustomization](/deploy/infra/kustomization.yaml)