mSorok / NaturalProductsOnline

Website code for COCONUT
https://coconut.naturalproducts.net/
33 stars 11 forks source link

Add GitHub actions #70

Closed sneumann closed 3 years ago

sneumann commented 3 years ago

The first action will run mvn package on every push or pull request. This could be improved by running maven tests as well. The second action will build a docker container if you push to the git branch release, you can pull the image with docker pull ghcr.io/msorok/naturalproductsonline:release . Yours, Steffen