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] Write cron job to delete old deployments in cloudflare #755

Open bcho892 opened 2 months ago

bcho892 commented 2 months ago

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

Right now there is no automated way of doing this, however can make use of:

It may help to create a script using https://www.npmjs.com/package/cloudflare and then using ts-node and yarn to run it in a cron job

BEFORE MERGING