Deploy install.sh to cloudflare (#11866)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-05-15 10:35:30 -06:00 committed by GitHub
parent f7c5d70740
commit 247825bdd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 126 additions and 35 deletions

11
.cloudflare/README.md Normal file
View file

@ -0,0 +1,11 @@
We have two cloudflare workers that let us serve some assets of this repo
from Cloudflare.
* `open-source-website-assets` is used for `install.sh`
* `docs-proxy` is used for `https://zed.dev/docs`
On push to `main`, both of these (and the files they depend on) are uploaded to Cloudflare.
### Testing
You can use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) to test these workers locally, or to deploy custom versions.