repo refactoring continuous-deploy prep

This commit is contained in:
2025-11-23 22:03:49 +00:00
parent fc1d941dde
commit a23cbcdf93
14 changed files with 70 additions and 77 deletions

View File

@@ -4,12 +4,43 @@ Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
- [Deploy and Setup](#deploy-and-setup)
- [Deploy](#deploy)
- [App Deploy](#app-deploy)
- [Continuous Deploy](#continuous-deploy)
- [Infra Deploy](#infra-deploy)
- [Deploy all](#deploy-all)
- [Backups](#backups)
## Deploy and Setup
## Deploy
for more information [check readme](./deploy/README.md).
### App Deploy
[Requires environment variables](./manifests/app/cronjobs/backups/.env.example).
*Can be set creating file ./manifests/app/cronjobs/backups/.env with values.*
```bash
./deploy-scripts/apply-app.sh
```
- [Manifests](/manifests/infra)
### Continuous Deploy
Executes [App Deploy](#app-deploy) using an [Gitea workflow](./.gitea/workflows/app-deploy.yaml).
### Infra Deploy
```bash
./deploy-scripts/apply-infra.sh
```
- [Manifests](/manifests/app)
### Deploy all
```bash
./deploy-scripts/apply.sh
```
## Backups