|

Deploying Spring Boot Application on CapRover Using GitHub Actions

In this blog post, I will explain how we can deploy the Spring Boot application on CapRover using GitHub Actions. In my previous blog post, I have shown how you can deploy Spring Boot application from GitHub repo automatically when ever we push the new code. In the deployment method we were building docker image…