This action will trigger the deployment on Horizon.
Required The token to use for authentication and authorization in horizon.
Required The address of the horizon instance to deploy to. In the form of http://<ip>:<port>
.
Required The method to use for deployment. Can be either buildDeploy
or imageDeploy
.
buildDeploy
will build the docker image and deploy it to the horizon instance.imageDeploy
will deploy the versioned image specified in thetag
input to the horizon instance.
Required The title of the deployment.
Optional The description of the deployment.
Required The ID of cluster whose deployment will be triggered.
Optional The tag of the image to deploy. Only used if deployMethod
is set to imageDeploy
.
Optional The type of git ref to use for the deployment. Can be branch
, tag
, or commit
.
Optional The git ref to use for the deployment. Only used if gitRefType
is set to branch
or tag
.