Did anyone try CI/CI pipeline for automated deployment in Uipath orchestrator

I am planning to use UiPath CLI for automated deployment from Github pull request merged. Did anyone implemented already ? Please share your thoughts and suggestions.

Hello @radhika_tadiboyina,

I have implemented it, but not using CLI. We could even do it with CLI, but I used UiPath Automation OPS (UiPath processes with a dependency on Pipeline activities). This gives more flexibility to customize our CICD based on requirements and human verification for promoting from QA to PROD. Here are the docs: Activities - Pipelines activities

Thanks,
Karthik

Great thanks Karthik for your feedback. May i ask you Why did you choose Automation ops instead CI/CD pipeline ? Is it only approval process to deploy from QA to Prod ?