* skip husky install during ci and deployment
* migrate db after deployment
This commit is contained in:
@@ -9,6 +9,7 @@ processes = []
|
||||
|
||||
[build.args]
|
||||
QUIRREL_BASE_URL = "dev.shellphone.app"
|
||||
HUSKY_SKIP_INSTALL = 1
|
||||
|
||||
[env]
|
||||
AWS_SES_REGION = "eu-central-1"
|
||||
@@ -17,6 +18,9 @@ processes = []
|
||||
QUIRREL_BASE_URL = "dev.shellphone.app"
|
||||
APP_BASE_URL = "dev.shellphone.app"
|
||||
|
||||
[deploy]
|
||||
release_command = "/app/node_modules/.bin/blitz prisma migrate deploy"
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
auto_rollback = true
|
||||
|
||||
Reference in New Issue
Block a user