Launch
At a glance
- Production setup uses a single unified worker deployed via CI.
- One worker serves all event sites (by subdomain) and the platform UI at
/platform/*.
Do this
- Configure GitHub Environment vars/secrets for
developmentandproductionusing:.github/environments/development.env.example.github/environments/production.env.example
- Push to
mainto trigger.github/workflows/apps-ci.yml, which validates and deploys the unified worker. - Verify smoke checks pass.
- Create events via the Platform UI at
/platform/events/create. Event creation is immediate (DB insert), no separate deploy step required.
Deployed targets
- Development:
- platform
https://dev.tripplan.ing/platform - docs
https://dev.tripplan.ing
- platform
- Production:
- platform
https://tripplan.ing/platform - docs
https://tripplan.ing
- platform
Decision points
- Need exact command surface: use Commands.
- Migrating legacy Atkins event: use Legacy Migration Reference.