diff --git a/README.md b/README.md index 37e71d4..6121ce0 100644 --- a/README.md +++ b/README.md @@ -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. ---