Skip to content

deeploy-sh/deeploy

Repository files navigation

deeploy

Modern Deployment. Terminal First. Open Source.

deeploy TUI

Quick Start

Server (VPS)

curl -fsSL https://deeploy.sh/server.sh | sudo bash

TUI (your machine)

curl -fsSL https://deeploy.sh/tui.sh | bash

Documentation

deeploy.sh/docs

Development

task dev:server             # Server (SQLite as default)
task dev:server:postgres    # Server (PostgreSQL - confirgure .env)
task dev:tui                # TUI client
task dev:docs               # Docs website

For PostgreSQL, set DB_DRIVER=pgx in .env.

License

Apache 2.0