Trigger staging deploy

This commit is contained in:
Nate Kelley 2025-09-05 16:51:21 -06:00
parent 994de467c6
commit 6bdd84a8ed
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ VITE_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
VITE_PUBLIC_SUPABASE_ANON_KEY= VITE_PUBLIC_SUPABASE_ANON_KEY=
VITE_PUBLIC_POSTHOG_KEY= VITE_PUBLIC_POSTHOG_KEY=
VITE_PUBLIC_API2_URL=http://127.0.0.1:3002 VITE_PUBLIC_API2_URL=http://127.0.0.1:3002
VITE_PUBLIC_USER=
VITE_PUBLIC_USER_PASSWORD=
VITE_PUBLIC_ENABLE_TANSTACK_PANEL=true VITE_PUBLIC_ENABLE_TANSTACK_PANEL=true
VITE_PUBLIC_WEB_SOCKET_URL=ws://127.0.0.1:3001 VITE_PUBLIC_WEB_SOCKET_URL=
VITE_PUBLIC_USER=
VITE_PUBLIC_USER_PASSWORD=

View File

@ -42,10 +42,10 @@
"production": { "production": {
"name": "web-production", "name": "web-production",
"routes": [ "routes": [
{ // {
"pattern": "app.buster.so", // "pattern": "app.buster.so",
"custom_domain": true // "custom_domain": true
} // }
], ],
"vars": { "vars": {
// Production-specific variables can be set here // Production-specific variables can be set here