Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bricks.tools/llms.txt

Use this file to discover all available pages before exploring further.

Deploy your application to the BRICKS server directly from the desktop app.

Deploy your app

1

Open the deploy dialog

Click Actions > Deploy in the chat panel header.
2

Add changelogs (optional)

Enter a changelog description to document what changed in this deployment.
3

Deploy

Click Deploy. The app runs bun deploy-app -y in your project directory.
The deploy dialog shows the command output in real-time. On success, you see a confirmation message. On failure, the error output is displayed.

Version management

You can control the release version by running the deploy command manually with flags:
bun deploy-app --auto-version    # bump patch version (e.g. 1.0.0 → 1.0.1)
bun deploy-app --version 2.0.0   # set explicit version
Both flags update package.json before deploying. See the bricks-ctor deploy reference for all available flags.
Deployment requires bun to be installed and available in your PATH. The operation has a 5-minute timeout.

Open BRICKS Controller

After deploying, use Actions > Open BRICKS Controller to view your app in the BRICKS Controller web interface.

Next steps

Pull app files

Pull the latest files from the server to your local project.