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.Version management
You can control the release version by running the deploy command manually with flags:package.json before deploying. See the bricks-ctor deploy reference for all available flags.
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.