Getting Started

Install

Download from GitHub Releases or build from source:

go build -o nvoi ./cmd/cli

First deploy

Create nvoi.yaml in your project:

workspace: "myapp"
compute:
  provider: hetzner
  credentials:
    api_key: $HETZNER_TOKEN
  servers:
    master:
      region: nbg1
      instance_type: cax11
services:
  web:
    port: 80
    subdomain: ["@"]

Deploy:

nvoi production deploy