Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Mega Dev Image deploy
name: Orion Client Image deploy
on:
workflow_dispatch:
push:
branches:
- main
paths:
- ".github/workflows/mega-dev-image-deploy.yml"
- ".github/workflows/orion-client-image-deploy.yml"
- "docker/dev-image/**"
- "orion/**"
- "scorpio/**"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY_ALIAS: m8q5m4u3
REPOSITORY: mega
IMAGE_TAG: mega-dev-0.1.0-pre-release
IMAGE_TAG: orion-client-0.1.0-pre-release
run: |
set -euo pipefail
TIMESTAMP=$(date +%Y%m%d-%H%M%S)
Expand Down
2 changes: 1 addition & 1 deletion moon/apps/web/.env.demo
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ NEXT_PUBLIC_AUTH_URL=http://auth.gitmono.local:8080
NEXT_PUBLIC_CRATES_PRO_URL=http://cratespro.gitmega.nju:8080
NEXT_PUBLIC_ORION_API_URL=http://orion.gitmono.local:8004

NEXT_PUBLIC_INTERNAL_API_URL=http://api.gitmono.local:8080
NEXT_PUBLIC_INTERNAL_API_URL=http://api.gitmono.local:8080
Loading