I am Trying to create a basic CI/CD Setup.
I have Java Based Application, I want to build jar out of it( Using Embedded Tomcat ) & i have a server with me on which i have nginx running, i want to deploy this jar onto this server.
May you guys let me know how this can be achieved?
New to Github Actions & Nginx & CI/CD Using Github Actions!