Fix/post deploy migrations (#2385)
* Runs db migrations post-deploy * Deploy fixes
This commit is contained in:
13
turbo.json
13
turbo.json
@@ -73,7 +73,16 @@
|
||||
"dependsOn": ["@calcom/prisma#db-deploy"]
|
||||
},
|
||||
"@calcom/website#build": {
|
||||
"dependsOn": ["$WEBSITE_BASE_URL"],
|
||||
"dependsOn": [
|
||||
"$NEXT_PUBLIC_STRIPE_FREE_PLAN_PRICE",
|
||||
"$NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE",
|
||||
"$NEXT_PUBLIC_STRIPE_PRO_PLAN_PRICE",
|
||||
"$NEXT_PUBLIC_STRIPE_PRO_PLAN_PRODUCT",
|
||||
"$NEXT_PUBLIC_STRIPE_PUBLIC_KEY",
|
||||
"$NEXT_PUBLIC_WEBAPP_URL",
|
||||
"$NEXT_PUBLIC_WEBSITE_URL",
|
||||
"$STRIPE_WEBHOOK_SECRET"
|
||||
],
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
"build": {
|
||||
@@ -83,7 +92,7 @@
|
||||
"db-deploy": {},
|
||||
"db-seed": {},
|
||||
"deploy": {
|
||||
"dependsOn": []
|
||||
"dependsOn": ["@calcom/web#build"]
|
||||
},
|
||||
"clean": {
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user