From 220ad5d0eb7734f62062a36d73b764f24434a8a6 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 2 Oct 2025 14:25:58 -0500 Subject: [PATCH] Restore .gitea workflows at repository root --- {output/.gitea => .gitea}/workflows/ci.yml | 0 output/docs/CI_CD_GITEA.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {output/.gitea => .gitea}/workflows/ci.yml (100%) 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