Hello,
Does somebody know How I can deploy an application in GitLab using integrated GitLab CI/CD on-premise arch?
Thanks
Hello,
Does somebody know How I can deploy an application in GitLab using integrated GitLab CI/CD on-premise arch?
Thanks
This is a very big question! The answer depends on your tech stack and where you want to deploy to.
You might be able to use Auto DevOps where you just re-use a deployment configuration that GitLab has provided.
Otherwise, you need to create your own CI/CD pipeline.