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.
$appaloft deploy .https://<public-url>
project / appArchitecture
What the command does
- Detected runtime
Appaloft reads this directory and picks a runtime.
- Building
The build runs on your Server.
- Healthcheck passed
A healthcheck must pass. Failure exits non-zero.
- 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.ymlOptional: already-built static output
appaloft deploy ./dist --as static-siteIf 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.