run quirrel ci after deployment
This commit is contained in:
parent
cef5d50918
commit
bb5e664b1e
@ -23,7 +23,7 @@ processes = []
|
|||||||
SENTRY_PROJECT = "shellphone"
|
SENTRY_PROJECT = "shellphone"
|
||||||
|
|
||||||
[deploy]
|
[deploy]
|
||||||
release_command = "/app/node_modules/.bin/blitz prisma migrate deploy"
|
release_command = "sh /app/release.sh"
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
allowed_public_ports = []
|
allowed_public_ports = []
|
||||||
|
4
release.sh
Normal file
4
release.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
/app/node_modules/.bin/blitz prisma migrate deploy
|
||||||
|
/app/node_modules/.bin/quirrel ci
|
Loading…
Reference in New Issue
Block a user