UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Make deployment with cron job use a "stable" branch #639

Closed bcho892 closed 3 months ago

bcho892 commented 3 months ago

Is your feature request related to a problem? Please describe.

Right now we possibly deploy broken code to prod if we run it every 30 minutes.

To solve this, we will have to:

  1. Create an update-stable workflow that can be triggered via dispatch (when we are sure that master is not broken)
  2. The deploy-client-production workflow should NOT target master and instead use the branch called stable.

BEFORE MERGING