How to deploy a Laravel application with GitLab CI/CD
When I want to deploy my last changes to my VPS, I always connect to my server with ssh and pull the project, install last packages, run migrations, and so on. I’m a lazy person to repeat this process over and over. Auto deployment comes to rescue. So whenever I make changes and push it, I […]
How to deploy a Laravel application with GitLab CI/CD Read More