mirror of
https://github.com/different-ai/openwork
synced 2026-05-12 10:06:26 +02:00
feat(den-web): rename den service and ship new 3-step cloud setup UX
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -34,10 +34,10 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build web
|
||||
run: pnpm --filter @different-ai/openwork build:web
|
||||
run: pnpm --filter @different-ai/openwork-web build
|
||||
|
||||
build-den-control-plane:
|
||||
name: Build Den control plane
|
||||
build-den:
|
||||
name: Build Den service
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -57,8 +57,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build den control plane
|
||||
run: pnpm --filter @openwork/den-control-plane build
|
||||
- name: Build den service
|
||||
run: pnpm --filter @openwork/den build
|
||||
|
||||
build-orchestrator-binary:
|
||||
name: Build openwork orchestrator binary
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
name: Deploy Den Control Plane
|
||||
name: Deploy Den
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- "services/den-control-plane/**"
|
||||
- "services/den/**"
|
||||
- "services/den-worker-runtime/**"
|
||||
- ".github/workflows/deploy-den-control-plane.yml"
|
||||
- ".github/workflows/deploy-den.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: deploy-den-control-plane-${{ github.ref }}
|
||||
group: deploy-den-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
Reference in New Issue
Block a user