Update build commands and environment variables
This commit is contained in:
+1
-6
@@ -1,13 +1,8 @@
|
||||
[variables]
|
||||
VITE_REVERB_HOST = "reverb.muronegro.cloud"
|
||||
VITE_REVERB_PORT = "443"
|
||||
VITE_REVERB_SCHEME = "https"
|
||||
|
||||
[phases.build]
|
||||
cmds = [
|
||||
"composer install --optimize-autoloader --no-scripts",
|
||||
"npm ci",
|
||||
"npm run build"
|
||||
"VITE_REVERB_HOST=reverb.muronegro.cloud VITE_REVERB_PORT=443 VITE_REVERB_SCHEME=https npm run build"
|
||||
]
|
||||
|
||||
[start]
|
||||
|
||||
Reference in New Issue
Block a user