Deploy
Push local Based server code to your VPS and rebuild the container.
Usage
terminal
based deployThis pushes your local code to the VPS and triggers a container rebuild. The process is automatic — once it finishes, your server is live with the latest changes.
When to use it
Run based deploy when you have made changes to the Based server code itself and want those changes reflected on your VPS. This includes updates to the API layer, auth logic, middleware, or any server-side configuration.
What it does not touch
Deploy only updates the server code and rebuilds the container. It does not modify your project data, databases, tables, or user accounts. Existing data remains intact across deploys.