Deploy
Run appaloft up
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 up 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 upWhat success looks like
Success is a live URL for this app. Failure must exit non-zero.
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.
appaloft up --config appaloft.ymlappaloft up ./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.
1.x still accepts appaloft deploy as a compatibility spelling.