From c26f55ac2b41ad0dd09531a3eb7336c9e33244f5 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans Date: Wed, 30 Aug 2023 14:33:45 -0500 Subject: [PATCH] deploy to workers thing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b4be8f..c845d0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Turbo R2 Archive +[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/jacobMGEvans/Turbo-R2-Archive) + ## Overview This is a Worker that will act as an event server for caching TurboRepo artifacts. Compliant with the TurboRepo API, for remote caching, it will store the cache artifacts in a Cloudflare R2 bucket and purge the cache on a schedule. This allows for all the benefits of remote caching TurboRepo artifacts on Cloudflare's edge network.