run quirrel ci after deployment

This commit is contained in:
m5r 2021-09-18 05:31:08 +08:00
parent cef5d50918
commit bb5e664b1e
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@ processes = []
SENTRY_PROJECT = "shellphone"
[deploy]
release_command = "/app/node_modules/.bin/blitz prisma migrate deploy"
release_command = "sh /app/release.sh"
[experimental]
allowed_public_ports = []

4
release.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
/app/node_modules/.bin/blitz prisma migrate deploy
/app/node_modules/.bin/quirrel ci