Set actual workspace paths in run-workspaces.sh
Tests / build-and-push-image (push) Has been cancelled
Tests / test (push) Has been cancelled

This commit is contained in:
root
2026-07-31 16:29:45 -04:00
parent ad4d31d792
commit 2899270dba
Regular → Executable
+4 -4
View File
@@ -9,10 +9,10 @@ set -euo pipefail
IMAGE='192.168.3.80/melabidi/mcp_web_dev_server:latest'
# --- edit these four absolute paths ---
WORKSPACE_1='/path/to/workspace1'
WORKSPACE_2='/path/to/workspace2'
WORKSPACE_3='/path/to/workspace3'
WORKSPACE_4='/path/to/workspace4'
WORKSPACE_1='/Volumes/ExternalApps/repos/car_management_system'
WORKSPACE_2='/Volumes/ExternalApps/repos/alrahma_sunday_school'
WORKSPACE_3='/Volumes/ExternalApps/repos/alrahma_sunday_school_api'
WORKSPACE_4='/Volumes/ExternalApps/repos/alrahma_web_client'
NAMES=(web-dev-ws1 web-dev-ws2 web-dev-ws3 web-dev-ws4)
PORTS=(3939 3940 3941 3942)