'CI/CD: github actions hands free deployment (gradle)
Context
I'm moving from a system where I manually git pull on my production host (EC2), build, and run my JVM / Gradle based web-app. I am going about setting up a CD solution with Github actions/workflows to automate this and avoid having to build on a prod server
Problem
On pushes to my main branch, I package my application into a fat-jar and upload this artifact to GitHub. As far as I have found, the only way to get this artifact onto my prod host is to download it from the GitHub UI and send it over manually.
Question
Does anybody know any simple tools to automate this last step, or, if not, is there different approach I should be taking?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
