Adios
← PLATFORM / Adios Deployments

From your source to a release you can trust.

Adios makes deployment simple, predictable, and agent-driven. By keeping your build, test, and startup settings in adios.yaml, your AI agent can configure and deploy healthy, production-ready releases automatically.

IN PRACTICE

Move an existing dashboard from a local folder to a live route.

Add the runtime commands and health path, run adios up, inspect build and runtime logs, then confirm the promoted version behind the generated route.

adios.yaml
name: dashboard
region: de
replicas: 2

build_cmd: pnpm build
start_cmd: pnpm start

runtime:
  name: node@24
  port: 3000
  health_path: /api/health
  memory_mb: 1024

HOW IT WORKS

One path for the first deploy and every release after it.

Read the guide ↗
  1. 01

    Add an adios.yaml manifest to your project.

  2. 02

    Run adios up or deploy from the console.

  3. 03

    Follow build logs, runtime logs, health checks, and release promotion from one place.

WHY IT BELONGS HERE

A small app should not require a pile of release infrastructure.

Build scripts, runtime settings, health checks, deploy logs, and release promotion often end up scattered across CI files and cloud consoles that are hard to reproduce or review.

Keep deployment decisions beside the code

Teammates can review how the app builds and runs without opening a cloud console.

Follow the same path for every release

Source, build, replicas, health, and promotion stay connected.

Keep the evidence when something fails

Each version retains its build output, runtime logs, artifacts, and release state.

What’s included
  • ✓ Manifest-based build and start commands
  • ✓ Runtime versions tied to source artifacts
  • ✓ Health checks and release promotion
  • ✓ Build and runtime logs from the CLI or dashboard

Take the app in front of you live.

Add one manifest, run adios up, and keep the full release path visible when you ship again.

Deploy an existing app ↗

CONNECTED CAPABILITIES

Keep building.

All features ↗