Deploy Gitlab CI/CD to deploy to a server
Tiempo de lectura: 5 minutos Reading time: 5 minutes Today I’m going to show you how you can self-deploy your project on a remote machine by pulling from a branch called main_release using Gitlab CI/CD. Generate RSA Key for SSH Connection The first thing we’re going to do is create an RSA key to allow access to the remote machine … Read more