From 9a1be0461c720be30ea58c8a642f0348e07c732e Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Feb 2026 23:44:32 +0000 Subject: [PATCH] Update COOP_DIR to /root/rose-ash in CI workflow Infra files (.env, docker-compose.yml, _config) moved from ~/coop to ~/rose-ash. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 28450d5..cbf749a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ env: REGISTRY: registry.rose-ash.com:5000 IMAGE: federation REPO_DIR: /root/rose-ash/federation - COOP_DIR: /root/coop + COOP_DIR: /root/rose-ash jobs: build-and-deploy: