diff --git a/output/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml similarity index 100% rename from output/.gitea/workflows/ci.yml rename to .gitea/workflows/ci.yml diff --git a/output/docs/CI_CD_GITEA.md b/output/docs/CI_CD_GITEA.md index 8afaec1..1ab3ee3 100644 --- a/output/docs/CI_CD_GITEA.md +++ b/output/docs/CI_CD_GITEA.md @@ -1,6 +1,6 @@ # Gitea CI/CD and Registry Integration -This project uses the Gitea Actions runner and the built-in container registry hosted at `https://git.knownelement.com`. The workflow definition lives under `output/.gitea/workflows/ci.yml` and targets the Gitea Actions runtime (1.21+) alongside the built-in container registry available on current releases. The workflow is currently configured for manual `workflow_dispatch` runs so all routine testing stays on the local harness until a runner is available. citeturn0search0turn1search0 +This project uses the Gitea Actions runner and the built-in container registry hosted at `https://git.knownelement.com`. The workflow definition lives under `.gitea/workflows/ci.yml` and targets the Gitea Actions runtime (1.21+) alongside the built-in container registry available on current releases. The workflow is currently configured for manual `workflow_dispatch` runs so all routine testing stays on the local harness until a runner is available. citeturn0search0turn1search0 ## Prerequisites