Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
6
stars
2
forks
source link
[FRONTEND] Deploy prod frontend to cloudflare pages instead of firebase hosting #753
Closed
bcho892 closed 2 months ago
Is your feature request related to a problem? Please describe.
We can make the deployment essentially FREE compared to the small limit of 10GB/month of firebase hosting.
Will have to change
.github\workflows\deploy-client-production.yml
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)