From 850d950ce841bae867182516fbd7adb5066cb678 Mon Sep 17 00:00:00 2001 From: Benji Grant Date: Sat, 10 Jun 2023 00:27:53 +1000 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8526b8b..3f5f1b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Crab Fit avatar +[![Frontend Checks](https://github.com/GRA0007/crab.fit/actions/workflows/check_frontend.yml/badge.svg)](https://github.com/GRA0007/crab.fit/actions/workflows/check_frontend.yml) +[![API Checks](https://github.com/GRA0007/crab.fit/actions/workflows/check_api.yml/badge.svg)](https://github.com/GRA0007/crab.fit/actions/workflows/check_api.yml) + Align your schedules to find the perfect time that works for everyone. Licensed under the GNU GPLv3. @@ -29,9 +32,9 @@ The browser extension in `browser-extension` can be tested by first running the ## Deploy -Deployments are managed with GitHub Workflows. +Deployments are managed with GitHub Workflows. The frontend is deployed using Vercel, and the API uses Fly.io. -To deploy cron jobs (i.e. monthly cleanup of old events), run `gcloud app deploy cron.yaml`. +More detailed instructions on setting up your own deployment are coming soon. ### 🔌 Browser extension