feat(den-web): rename den service and ship new 3-step cloud setup UX

This commit is contained in:
Benjamin Shafii
2026-02-21 16:47:59 -08:00
parent b8bec6e902
commit c3494135ff
30 changed files with 947 additions and 663 deletions

View File

@@ -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

View File

@@ -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: