hackutd / jury

An all-in-one hackathon judging platform, created with modern technologies aimed at optimizing the user experience of hackers, judges, and organizers.
https://jury.mikz.dev
MIT License
9 stars 12 forks source link

Migration of Deployment to GitHub Actions #113

Open MichaelZhao21 opened 3 weeks ago

MichaelZhao21 commented 3 weeks ago

What is your question? Describe in detail.

Currently, I have a simple server set up that will perform a git pull then docker build process on push to master. It doesn't have any logging on the github side nor a staging app. I would like to add that in, if possible.

Additional context

I'm thinking of using https://circleci.com/

MichaelZhao21 commented 2 weeks ago

After some discussion, we have decided to just keep deployment on GitHub Actions. This still needs to be developed, but should keep the pipeline on this platform for better or for worse.