Rename mega-dev-image #1828
Merged
benjamin-747 merged 4 commits intoJan 22, 2026
Merged
Conversation
Add one-click demo stack: - docker-compose.demo.yml (+ .env.example, init-db.sh) - docs guide - minor Orion server tweaks Signed-off-by: Hongze Gao <15101764808@163.com>
Review feedback addressed: - Remove unused init-db.sh mount and delete placeholder script - Orion /v2/health now hides database error details - Add docker/demo/.env to .gitignore to prevent secret leakage - Add .dockerignore to reduce build context size - docker-compose.demo.yml: • pass CAMPSITE_RUN_MIGRATIONS to campsite_api • add sample resource limits to postgres - Docs: fix FAQ anchor, replace full-width punctuation, add hardware requirements and MySQL low-privilege note. Signed-off-by: Hongze Gao <15101764808@163.com>
- CI: web-deploy workflow builds & publishes mega-ui-demo image - Compose: • default MEGA_UI_IMAGE points to demo tag • gitmono.local domains for OAuth / CORS / Mega host • docs and health-check notes unchanged - Env: • .env.example aligned with gitmono.local + JSON CORS array • add moon/apps/web/.env.demo for APP_ENV=demo build - Docs: • update docker-compose guide (ports 9000/9001, hosts mapping section) Signed-off-by: Hongze Gao <15101764808@163.com>
…loy and align repository/tag - Renamed workflow file to - Updated to match the new filename - Standardized image tag to Signed-off-by: Hongze Gao <15101764808@163.com>
benjamin-747
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Summary
This PR standardizes the Orion Client image workflow and removes legacy naming.
Key Changes
Workflow Renaming
mega-dev-image-deploy.yml➜orion-client-image-deploy.ymlon.push.pathsto reference the new file.Repository & Tag Alignment
IMAGE_TAGswitched toorion-client-0.1.0-pre-release.Motivation
The workflow originally published a dev image for
orion-clientbut retained an outdatedmega-devnaming scheme, causing confusion. Aligning the file name, repository, and tag removes ambiguity and keeps CI triggers consistent.Verification
Validate workflow with act
act -W .github/workflows/orion-client-image-deploy.yml
Checklist
-s -S(GPG + Signed-off-by).mainwithout conflicts.