Local Deployments

I use the gitlab ci/cd system and often already have piplines.
But i have got docker and kubernetes on my local server at home.

Sinnce I only see options to deployments to google and aws, are there possibllities to deploy to a local docker-compose or kubernetes cluster? currently preferable docker-compose?

Hi @tim.clinckemalie
you need to SSH to the server where it should be running and add commands to script: as you would run them manually.
for kubernetes it is also possible to use kubectl and work with k8 API directly