From 53e79f0d44cacec95c0e8fb4fbe4a6ec16e670c6 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Feb 2026 23:44:25 +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 ad384e4..ea0d8c5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ env: REGISTRY: registry.rose-ash.com:5000 IMAGE: events REPO_DIR: /root/rose-ash/events - COOP_DIR: /root/coop + COOP_DIR: /root/rose-ash jobs: build-and-deploy: