Manually starting a deployment in Deployment Manager
You can start a deployment manually if you are not using branches and are working directly in rulesets. You can also start a deployment manually if you do not want deployments to start automatically when branches are merged.
To start a deployment manually, do the following steps:
If you do not want deployments to start automatically when branches are merged:
If the pipeline is not open, in the navigation pane, click PipelinesApplication pipelines, and then click the name of the pipeline.
Click Pipeline model.
Select the Trigger deployment on merge check box.
Do one of the following actions:
- If the pipeline that you want to start is open, click Start deployment.
- In the navigation pane, click Start deployment for the pipeline that you want to start. , and then click
In the Start deployment dialog box, start a new deployment or deploy an existing application by completing one of the following actions:
- To deploy a new application package, go to step 3.
- To deploy an application that is on a cloud repository, go to step 4.
To start a deployment and deploy a new application package, do the following steps:
Click Generate new artifact.
In the Deployment name field, enter the name of the deployment.
Click Deploy.
Go to step 5.
To start a deployment and deploy an application package that is packaged in one of the previous production deployments, do the following steps (only production-ready deployments can be used here, development artifacts are not supported):
Click Deploy an existing artifact.
In the Deployment name field, enter the name of the deployment.
In the Pipeline field, press the Down arrow key and select the pipeline.
In the Deployment field, press the Down arrow key and select the previous deployment of that pipeline.
Click Deploy.
Previous topic Starting deployments Next topic Understanding application changes made in App Studio