From d5cb2131b779e4872423cf5d0d111db92abb4b37 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 22:01:06 +0000 Subject: [PATCH] chore: move repo to ~/rose-ash/ and add configurable CI paths REPO_DIR points to /root/rose-ash/cart, COOP_DIR to /root/coop. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21f1b67..8e505d4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,8 @@ on: env: REGISTRY: registry.rose-ash.com:5000 IMAGE: cart - REPO_DIR: /root/cart + REPO_DIR: /root/rose-ash/cart + COOP_DIR: /root/coop jobs: build-and-deploy: @@ -58,7 +59,7 @@ jobs: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} run: | ssh "root@$DEPLOY_HOST" " - cd /root/coop + cd ${{ env.COOP_DIR }} source .env docker stack deploy -c docker-compose.yml coop echo 'Waiting for services to update...'