mirror of https://github.com/buster-so/buster.git
Trigger staging deploy
This commit is contained in:
parent
994de467c6
commit
6bdd84a8ed
|
@ -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=
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue