hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

GitHub Flow #121

Closed daniel-slaugh closed 7 months ago

daniel-slaugh commented 8 months ago

Currently, we have dev and main branches following Gitflow Workflow, but the only difference between dev and main is that we're automatically deploying dev to AWS on push. We could still do that if we just had a main branch which would save us some CI/CD time. Also, we could improve our GitHub actions scripts to follow GitHub Flow better and get rid of some unused GitHub secrets.

horsburgh commented 8 months ago

I think we need to discuss this. I would like to understand the implications before we get rid of dev.