Hi all,
Can you point me to some instructions to use
gitlab CI
to build and push a jar file to aAWS EC2 instance
(Ubuntu)
I’m developing a project, currently what I’m doing every time I push a change, is to log into ubuntu (AWS EC2) and pull the changes there. then run the project there to create and run the jar file.
I’m looking to automate the process with gitlab CI.
So as when I push the jar is generated
gitlab CI would push the jar it has built to ubuntu (AWS EC2 instance).
thanks