# 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
167 B
Markdown
7 lines
167 B
Markdown
# now-playing worker
|
|
|
|
```bash
|
|
wrangler deploy --env production
|
|
wrangler secret put SUPABASE_URL --env production
|
|
wrangler secret put SUPABASE_KEY --env production
|
|
```
|