fix: revert aitbc IP to 10.1.223.93 for gitea-runner execution
All checks were successful
Blockchain Synchronization Verification / sync-verification (push) Successful in 5s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 1s

- Workflow runs on gitea-runner, not aitbc localhost
- Keep aitbc at 10.1.223.93 for remote access from gitea-runner
- Only aitbc2 (10.1.223.98) removed as it doesn't exist
This commit is contained in:
aitbc
2026-04-24 12:22:27 +02:00
parent d4605001b0
commit 4ea8040b8c

View File

@@ -14,7 +14,7 @@ LOG_FILE="${LOG_DIR}/sync-verification.log"
# Node Configuration
NODES=(
"aitbc:localhost"
"aitbc:10.1.223.93"
"aitbc1:10.1.223.40"
)