This project build a react app for the Winona Raiders Mödling Frisbee Team and deploys it via github pages to our ftp-server.
This project is using github actions for continues integration. Following workflows are defined:
- Build: It builds the project and is triggered for every master branch/ master pull request event.
- Push: It pushes the build folder to the ftp server where the website is hosted and is triggered for every release event. It can be triggered manually too.
I'm using Prettier-Code formatter
for proper formatting.