MopeSWTP-SS21 / MopeSWTP

MIT License
1 stars 0 forks source link

continuous delivery #43

Closed manuEbg closed 3 years ago

manuEbg commented 3 years ago

I think it would be really cool If we would add a GithubAction, that generates both our Jar-Files and uploades them somewhere:)

What do you all think?

CSchoel commented 3 years ago

Big :+1: . That would make testing so much easier. You even do not have to find a server to upload the files. You can simply use GH Action artifacts.

For finished prototypes I would suggest to generate releases based on git tags. You can add a separate action to the repo that only reacts on new tags that are pushed to GitHub and then generates a release draft via, for example, softprops/action-gh-release.

manuEbg commented 3 years ago

see #106