feat: polish deployment and cd pipeline
This commit is contained in:
@@ -83,3 +83,17 @@ jobs:
|
||||
- name: Run UI tests
|
||||
working-directory: apps/ui
|
||||
run: npm run test -- --run
|
||||
|
||||
deployment:
|
||||
name: Deployment Artifacts
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Validate docker compose
|
||||
run: docker compose config -q
|
||||
|
||||
- name: Build deployable images
|
||||
run: docker compose build admin-api mcp-server ui
|
||||
|
||||
Reference in New Issue
Block a user