Update README.md
Some checks failed
Test / Static Analysis (push) Successful in 34s
Test / Unit Tests — Docker Stack (push) Successful in 32s
Test / Unit Tests — K8s Stack (push) Successful in 40s
Test / Integration Test — K8s (k3d) (push) Failing after 11m28s

This commit is contained in:
2026-03-14 17:40:57 +01:00
parent 8de67a1f93
commit 422a4093d7

View File

@@ -1,9 +1,10 @@
# OpenTofu App Deployment Blueprint
A gitops-style infrastructure repository for deploying isolated application stacks to remote
hosts using [OpenTofu](https://opentofu.org/). Secrets are managed by **gopass**, state is
stored in **SeaweedFS** (S3-compatible), and deployments are triggered automatically whenever
an app configuration file is added, changed, or deleted. Two CI/CD systems are supported:
hosts using [OpenTofu](https://opentofu.org/).
Secrets are managed by **gopass**, state is stored in **SeaweedFS** (S3-compatible),
and deployments are triggered automatically whenever an app configuration file is added, changed, or deleted.
Two CI/CD systems are supported:
**Gitea Actions** and **GitLab CI** — both implement identical pipeline logic.
---