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

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:11 +00:00
parent 3c87832fdf
commit dcb93269fc

View File

@@ -8,7 +8,7 @@ env:
REGISTRY: registry.rose-ash.com:5000
IMAGE: market
REPO_DIR: /root/rose-ash/market
COOP_DIR: /root/coop
COOP_DIR: /root/rose-ash
jobs:
build-and-deploy: