Deploy Your Component¶
Deploying your component on Choreo makes it invocable. Once you have designed, tested, and committed the REST API, you can deploy it.
To deploy a component, follow the steps below:
-
Click the Deploy icon.
-
Automatic Deployment is enabled by default. If you want do not want Choreo to automatically deploy the component after each commit that edits its implementation, you can disable automatic deployment,
-
Then in the Build Area card, click Deploy Manually.
Info
Choreo requires you to perform the first deployment of each component manually so that you can provide values for any configurable variables that the implementation may include.
-
You can view the progress of the deployment from the console.
Once you deploy the component, the Development card indicates that it is active.
Now you can test your deployed component to check if it is working as expected.
Top