Skip to main content
Runs your project’s build command with your linked app’s ID set as an environment variable, so the compiled frontend bundle connects to your Base44 backend. Use it when you want to keep the build and deploy steps separate, such as in a multi-stage CI pipeline or when you want to review the output before uploading.
To build and deploy in a single step, use deploy --build instead.

Usage

See also

  • deploy: Deploy all project resources, with an optional --build flag to build first
  • site deploy: Upload already-built site files to Base44 hosting
  • Project structure: config.jsonc reference