I wanna try to utilize Gitlab’s CI/CD pipeline, and I’m not sure can I make it work if I just wanna deploy to my VPS server, without containers, without kubernetes. Just a pipeline, when I push code to gitlab’s repo, it would build it and deploy to the VPS.
Is this possible with Gitlab’s infrastructure, if so, some tutorial advice would be appreciated, and if not, what other solution would you recommend for my use case ?
Thanks.