Skip to content

[M5] Deploy vibeDeploy itself to DigitalOcean #16

@ComBba

Description

@ComBba

Overview

Deploy vibeDeploy itself: Agent to Gradient ADK, Frontend to App Platform.

Acceptance Criteria

  • Agent deployed via `gradient agent deploy`
  • Frontend deployed via App Platform
    • `NEXT_PUBLIC_AGENT_URL` points to deployed agent URL
    • Static site builds and serves correctly
    • Custom subdomain if possible
  • Managed PostgreSQL provisioned (if DB features implemented)
  • End-to-end test: submit idea → see meeting → get deployed app URL
  • Error handling verified: bad input, API failures, deployment failures

Deploy Commands

```bash

Agent

cd agent/
gradient secret set DIGITALOCEAN_INFERENCE_KEY=
gradient agent deploy

Frontend

doctl apps create --spec .do/app.yaml
```

Dependencies

Reference

  • `docs/reference/10-technical-plan.md` — Deploy Commands

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions