# 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
8 lines
217 B
Markdown
8 lines
217 B
Markdown
# Scrobble worker
|
|
|
|
```bash
|
|
wrangler deploy --env production
|
|
wrangler secret put SUPABASE_URL --env production
|
|
wrangler secret put SUPABASE_KEY --env production
|
|
wrangler secret put ACCOUNT_ID_PLEX --env production
|
|
```
|