How to commit, push and publish at the same time

I’m managing more than 10 projects.
when a library updated, I have to update library the library at each project
and test, commit, push and publish separately.

how to commit, push to github and publish to orchestrator at the same time with same comments?

@mountie

ideally for that we publish to repo and then we using cicd pipelines to deploy with auto triggers to the orchestrator

cheers

what is cicd pipelines
and how to use it?

@mountie

This is deploying the code from github on to your orchestrator…without directly publishing the code from studio to orchestrator…continuous integration and continuous deployment(cicd)

Cheers