# This is the 1st commit message: fix: redirects + update root cdn url # This is the commit message #2: chore: workflow # This is the commit message #3: chore: naming
7 lines
117 B
Markdown
7 lines
117 B
Markdown
# rebuild worker
|
|
|
|
```bash
|
|
wrangler deploy --env production
|
|
|
|
wrangler secret put DEPLOY_HOOK_URL --env production
|
|
```
|