Firebase all the things

This commit is contained in:
Fergal Moran
2023-02-23 04:49:21 +00:00
parent eb63e47b60
commit 0f08aa5581
41 changed files with 1305 additions and 174 deletions

View File

@@ -1,12 +1,12 @@
name:
Cache Jobs
Cache Events
on:
# Every 5 minutes
schedule:
- cron: "*/5 * * * *"
jobs:
cron:
cache:
runs-on: ubuntu-latest
steps:
- name: Cache outstanding events
run: curl -X GET https://external.dev.fergl.ie:3000/api/cron/cache
run: curl -X GET https://external.fergl.ie/api/cron/cache

View File

@@ -0,0 +1,12 @@
name:
Send Reminders
on:
# Every 5 minutes
schedule:
- cron: "*/5 * * * *"
jobs:
reminders:
runs-on: ubuntu-latest
steps:
- name: Cache outstanding events
run: curl -X GET https://external.fergl.ie/api/cron/reminders