# This is a combination of 3 commits.

# 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
This commit is contained in:
Cory Dransfeldt 2024-06-09 10:59:57 -07:00
parent ed88631875
commit 88a4ec4acd
No known key found for this signature in database
45 changed files with 1122 additions and 133 deletions

View file

@ -0,0 +1,7 @@
# now-playing worker
```bash
wrangler deploy --env production
wrangler secret put SUPABASE_URL --env production
wrangler secret put SUPABASE_KEY --env production
```