Simplify CI: remove GPU workflow, use registry images
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m32s

- Remove gpu-worker.yml (no GPU server)
- Fix ci.yml: install ssh/rsync in job container, remove GPU steps
- Remove source mounts from l1-server and l1-worker so they use image code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-06 11:10:59 +00:00
parent 48018d09b7
commit 88ded8c927
3 changed files with 6 additions and 110 deletions

View File

@@ -82,8 +82,6 @@ services:
# L2_SERVER, L2_DOMAIN, IPFS_GATEWAY_URL from .env file
volumes:
- l1_cache:/data/cache
# Mount source code for development - restart service to pick up changes
- .:/app
depends_on:
- redis
- postgres
@@ -113,8 +111,6 @@ services:
- ARTDAG_CLUSTER_KEY=${ARTDAG_CLUSTER_KEY:-}
volumes:
- l1_cache:/data/cache
# Mount source code for development - restart service to pick up changes
- .:/app
depends_on:
- redis
- postgres