Skip to main content
Deploy all your project resources to Base44 in a single command. This includes entities, functions, and the build code for your frontend. The command provides a summary of what will be deployed and asks for confirmation before proceeding. You can also deploy resources individually using entities push, functions deploy, and site deploy. Before deploying, ensure:
  1. Your project is connected to a Base44 app. Check that your .app.jsonc file exists and contains your app ID. If not, run base44 link.
  2. Your built frontend files are in the directory specified by site.outputDirectory in your config.jsonc file.

Usage

base44 deploy

Flags

FlagDescription
-y, --yesSkip the confirmation prompt

See also