ci: update volume paths and deployment directory to /memex
This commit is contained in:
@@ -13,10 +13,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
run: |
|
run: |
|
||||||
# We are now in the runner's workspace containing the checked-out code.
|
# The runner has /memex mounted, so we cd to the project root
|
||||||
# The host's docker.sock allows us to manage containers on node-1.
|
cd /memex/projects/org-agent
|
||||||
|
|
||||||
docker compose -f deploy/docker/docker-compose.yml down
|
docker compose -f deploy/docker/docker-compose.yml down
|
||||||
docker compose -f deploy/docker/docker-compose.yml build --no-cache org-agent
|
docker compose -f deploy/docker/docker-compose.yml build --no-cache org-agent
|
||||||
docker compose -f deploy/docker/docker-compose.yml up -d org-agent
|
docker compose -f deploy/docker/docker-compose.yml up -d org-agent
|
||||||
# Final CI/CD sync
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- "${ORG_AGENT_DAEMON_PORT:-9105}:${ORG_AGENT_DAEMON_PORT:-9105}"
|
- "${ORG_AGENT_DAEMON_PORT:-9105}:${ORG_AGENT_DAEMON_PORT:-9105}"
|
||||||
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
|
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/memex:/home/amr/.openclaw/workspace/memex
|
- /memex:/memex
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user