mirror of https://github.com/buster-so/buster.git
update yaml for prod deploys
This commit is contained in:
parent
a75d20e293
commit
3fd9675f66
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue