Deployment

Commit Changes

Applications are part of a versioned workspace. After you create/edit/remove, you typically commit your changes.

  • Use Commit Changes to open the commit workflow.

  • If there are no changes, the system may indicate there’s nothing to commit.

Deploy

The Deploy action here deploys the Application Group (not only a single Application).

  • It asks for confirmation:

    • “Are you sure you want to deploy the app group?”

  • On success:

    • “App group deployed successfully.”

  • If there is a problem:

    • You’ll see an error toast/message.

Practical meaning:

  • Deployment makes the latest committed version available in the target runtime environment, so launching/previewing tools reflect the deployed state.

Last updated