Skip to content

Commit

Permalink
Sample run
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 18, 2023
1 parent 2d7e708 commit 344888e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/1.systems/2.serverless-satis/3.cloudflare-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ without the need to run any servers. Authentication is done using usernames and

To deploy this worker, you need to clone repository, update `wrangler.toml` configuration file and run `wrangler deploy` command.

```bash
git clone [email protected]:kduma-OSS/CFW-serverless-satis-worker.git
cd CFW-serverless-satis-worker
npm install

# Update wrangler.toml file

npm run deploy
```

## Worker Configuration

You need to update `wrangler.toml` file with your own values:
Expand Down

0 comments on commit 344888e

Please sign in to comment.