Skip to main content

Deploy

Run appaloft deploy .

You want a URL you can open. One command in this folder. Git is optional, not required. The outcome is a live URL for this app.

  • No git required. Run appaloft deploy . in this directory.
  • Success is a live URL for this app. Failure must exit non-zero.
  • If you are not signed in, you will be asked. You also need a usable Server.

The command

appaloft deploy .

What success looks like

Success is a live URL for this app. Failure must exit non-zero.

project / appArchitecture

What the command does

  1. Detected runtime

    Appaloft reads this directory and picks a runtime.

  2. Building

    The build runs on your Server.

  3. Healthcheck passed

    A healthcheck must pass. Failure exits non-zero.

  4. Public route attached

    A public route is attached. Success is this app's live URL.

Optional: with a local appaloft.yml
appaloft deploy . --config appaloft.yml
Optional: already-built static output
appaloft deploy ./dist --as static-site

If you aren’t signed in, you’ll be asked. You’ll also need a usable Server.

Developer CLI (docs, not this page’s installer): npm i -g @appaloft/cli or brew install appaloft/tap/appaloft.

`curl -fsSL https://appaloft.com/install.sh | sudo sh` installs the self-host control plane on a server. It is not the developer CLI and not agent setup.