From a8b96fa7ceafb49ad32e16f6bc91eece11f8abc7 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 22:01:07 +0000 Subject: [PATCH] chore: move repo to ~/rose-ash/ and add configurable PROJECT_ROOT 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 e1038f6..06f520e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,8 @@ on: env: REGISTRY: registry.rose-ash.com:5000 IMAGE: events - REPO_DIR: /root/events + PROJECT_ROOT: /root/rose-ash + REPO_DIR: /root/rose-ash/events jobs: build-and-deploy: @@ -58,7 +59,7 @@ jobs: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} run: | ssh "root@$DEPLOY_HOST" " - cd /root/coop + cd ${{ env.PROJECT_ROOT }}/coop source .env docker stack deploy -c docker-compose.yml coop echo 'Waiting for services to update...'