You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Demola Okesola <ok...@gmail.com> on 2022/07/14 10:38:29 UTC

GitLab CI/CD pipeline for OfBiz

Hello Community,

I am trying to setup automated deployment for our Apache OfBiz instance.
The repository already exists on a self-hosted Gitlab instance and I have
already setup and registered a runner on the server.

I have tested the basic gitlab-ci.yml to test out the "echo" command and it
works fine.

I was wondering what scripts I need to run to deploy what I have on gitlab
to production.

Any help would be appreciated.

Demola