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:
@@ -88,4 +88,4 @@ jobs:
|
|||||||
chmod 600 deploy/app/cronjobs/backups/.env.d/borg_key
|
chmod 600 deploy/app/cronjobs/backups/.env.d/borg_key
|
||||||
|
|
||||||
# invoke deploy script
|
# invoke deploy script
|
||||||
deploy/apply-app.sh
|
ops-scripts/apply-app.sh
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
|
|||||||
- ./deploy/helm/.env [Example](./deploy/helm/.env.example)
|
- ./deploy/helm/.env [Example](./deploy/helm/.env.example)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./deploy/apply-app.sh
|
./ops-scripts/apply-app.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- [kustomization](/deploy/app/kustomization.yaml)
|
- [kustomization](/deploy/app/kustomization.yaml)
|
||||||
@@ -34,7 +34,7 @@ Executes [App Deploy](#app) using [Gitea workflow](./.gitea/workflows/app-deploy
|
|||||||
### Infra
|
### Infra
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./deploy/apply-infra.sh
|
./ops-scripts/apply-infra.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- [kustomization](/deploy/infra/kustomization.yaml)
|
- [kustomization](/deploy/infra/kustomization.yaml)
|
||||||
|
|||||||
Reference in New Issue
Block a user