From d375c0f56b42e2c8337d0ae6836d334ffa0a6ce9 Mon Sep 17 00:00:00 2001 From: Jay Malhotra <5047192+SapiensAnatis@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:05:05 +0100 Subject: [PATCH] Update MaintenanceWorker README.md --- MaintenanceWorker/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/MaintenanceWorker/README.md b/MaintenanceWorker/README.md index 4f09e18da..7ca7a4c97 100644 --- a/MaintenanceWorker/README.md +++ b/MaintenanceWorker/README.md @@ -21,10 +21,17 @@ MAINTENANCE_BODY = "Dawnshard is currently under maintenance\nto upgrade the ser pnpm i ``` -## Deployment to production - 2. Start the worker in development: ```bash pnpm run -``` \ No newline at end of file +``` + +## Deployment + +Follow the Cloudflare documentation for guides on how to deploy the worker: + +- https://developers.cloudflare.com/workers/ +- https://developers.cloudflare.com/workers/get-started/guide/#4-deploy-your-project + +You will need a Cloudflare account. The worker is fairly lightweight and can most likely run within [the free plan](https://developers.cloudflare.com/workers/platform/pricing/#workers).