Zeebe deployment on private cloud

Hi All,

I am trying to deploy zeebe on a private cloud.
However, while trying to deploy, it tries to upload the build to JFrog
How do I disable this step of deploying from zeebe side as I have my own deployment instructions?

Have removed the nexus repo references from pom xml files to try.
The file “.ci/scripts/docker/prepare.sh” still has the maven command referencing the nexus repo which I intend to alter but not sure of its references or implications.
So needed to check.

Hi @aasthana4,

To deploy Zeebe on a private cloud you would usually use Kubernetes and helm charts. Refer to the documentation here: Camunda Platform 8 deployment | Camunda Platform 8

Josh

i was trying from scratch - to build with zeebe source code. But the issue mentioned comes in when triggering mvn clean deploy (clean install works)

OK, this is not the way to deploy Zeebe to a private cloud though. For that, you should follow the instructions in the documentation for self-managed installation.

What you are seeing is expected behaviour for that command.

Josh

OK. then need to figure out a more compatible way for my setup. Thanks for the response