Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Emmett 81794f09b4 ci: clone cal-shared locally for Docker build
CI/CD / deploy (push) Successful in 1m21s Details
Gitea archive endpoint returns 500. Clone cal-shared repo
and use as local file dependency in Docker build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 13:04:17 -07:00
Jeff Emmett d46eda6d17 ci: use --network=host and localhost for @cal/shared install
CI/CD / deploy (push) Failing after 1m20s Details
Docker build containers can't resolve 'server' hostname.
Use --network=host with localhost:3000 instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 12:41:52 -07:00
Jeff Emmett a78f6d6d40 ci: rewrite Gitea URL to internal for CI npm install
CI/CD / deploy (push) Failing after 1m21s Details
@cal/shared package references gitea.jeffemmett.com which is
unreachable from CI runner. Sed replaces with server:3000.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 12:25:10 -07:00
Jeff Emmett 0723957dca feat: initial zoomcal-jeffemmett with full spatiotemporal calendar
Forked from cal-jeffemmett with:
- Leaflet map + spatiotemporal zoom
- @cal/shared for types, API, IFC, hooks
- Docker config for zoomcal.jeffemmett.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 12:30:45 -07:00