-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|