Update COOP_DIR to /root/rose-ash in CI workflow
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s

Infra files (.env, docker-compose.yml, _config) moved from ~/coop to ~/rose-ash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-22 23:44:25 +00:00
parent 751e959dba
commit 53e79f0d44

View File

@@ -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: