Skip to content

Commit

Permalink
Update MaintenanceWorker README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis authored Jun 8, 2024
1 parent 662d4bc commit d375c0f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions MaintenanceWorker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

## 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).

0 comments on commit d375c0f

Please sign in to comment.