Skip to main content

Deploying applications

After having added all necessary components and configured them according to the requirements of the different deployment targets you need to commit your changes to the Git repository to actually apply these changes.

Clicking on the "Commit" button will persist your changes in the linked Git repository and trigger the GitOps mechanism which will look for deviations between the live state and the desired target state and then sync them. This results in re-deploying one or more components according to your changes.

warning

The "Commit" button only applies changes for the currently selected deployment target. To persist your changes on other deployment targets select the corresponding target tab and click on "Commit" again.

warning

If the component repository that any component was added from is deleted then you will need to remove the component that has "Error" label and add it again after selecting the component repository that it is in