Skip to main content
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:
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, open a browser tab from either panel’s + menu with Open 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.