update yaml for prod deploys

This commit is contained in:
Nate Kelley 2025-09-09 15:10:18 -06:00
parent a75d20e293
commit 3fd9675f66
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 7 additions and 8 deletions

View File

@ -19,13 +19,12 @@ jobs:
with:
environment: production
branch: main
api_url: "https://api.buster.so"
public_url: "https://platform.buster.so"
supabase_url: "https://aofftppzkoydkyfrhrcj.supabase.co"
supabase_anon_key: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFvZmZ0cHB6a295ZGt5ZnJocmNqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjYzNTUzNDUsImV4cCI6MjA0MTkzMTM0NX0.sg_4VkZDpVDO51bMBsAOhNdU_AAXnH8bGqeK3UHHe-Q"
posthog_key: "phc_CtxCFcicGmtdan7MnQTRc3AypAifI7FYsoVFv3WnCQc"
api2_url: "https://api2.buster.so"
enable_tanstack_panel: "false"
api_url: https://api.buster.so
public_url: https://platform.buster.so
supabase_url: https://aofftppzkoydkyfrhrcj.supabase.co
supabase_anon_key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFvZmZ0cHB6a295ZGt5ZnJocmNqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjYzNTUzNDUsImV4cCI6MjA0MTkzMTM0NX0.sg_4VkZDpVDO51bMBsAOhNdU_AAXnH8bGqeK3UHHe-Q
posthog_key: phc_CtxCFcicGmtdan7MnQTRc3AypAifI7FYsoVFv3WnCQc
api2_url: https://api2.buster.so
wrangler_env: production
worker_name: web-production
secrets: inherit

View File

@ -25,7 +25,7 @@ jobs:
supabase_anon_key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InZsZWxydGx4b2l4dmF5bmF1ZGF1Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjM3MzEyNzgsImV4cCI6MjAzOTMwNzI3OH0.nK2gZggez6r_F00Ci_fcMXPle5HWo9boGQ5mG3CERFs
posthog_key: phc_CtxCFcicGmtdan7MnQTRc3AypAifI7FYsoVFv3WnCQc
api2_url: https://stagingapi.buster.so
enable_tanstack_panel: "true"
enable_tanstack_panel: true
wrangler_env: staging
worker_name: web-staging
secrets: inherit