fix: update gateway URL to HTTPS + reachability guard #18

Merged
mik-tf merged 1 commit from development_gateway_url_fix into development 2026-02-27 21:05:53 +00:00
Member

Summary

  • Gateway moved from http://ledger.dev.projectmycelium.com:9090 to https://ledger.dev.projectmycelium.com
  • Update URL in test.yml, deploy-staging.yml, and gateway-smoke-test.sh default
  • Add reachability guard: if gateway is unreachable, warn and skip (exit 0); if reachable, fail hard on test failures

Closes #17

Test

Verified locally: ./scripts/gateway-smoke-test.sh → 7/7 pass against new HTTPS URL

## Summary - Gateway moved from `http://ledger.dev.projectmycelium.com:9090` to `https://ledger.dev.projectmycelium.com` - Update URL in `test.yml`, `deploy-staging.yml`, and `gateway-smoke-test.sh` default - Add reachability guard: if gateway is unreachable, warn and skip (exit 0); if reachable, fail hard on test failures Closes #17 ## Test Verified locally: `./scripts/gateway-smoke-test.sh` → 7/7 pass against new HTTPS URL
fix: update gateway URL to HTTPS and add reachability guard
All checks were successful
Test / check (pull_request) Successful in 2m7s
9870abe8b0
Gateway moved from http://port:9090 to https://port:443.
Add reachability check so CI warns but doesn't fail when
the gateway is temporarily unreachable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit 0855b7384c into development 2026-02-27 21:05:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mycelium/www_migrate_mycelium!18
No description provided.