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