Merge branch 'main-upstream'

This commit is contained in:
Sam Heinz
2024-08-08 06:56:12 +10:00
10 changed files with 183 additions and 76 deletions
+1
View File
@@ -67,6 +67,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
git pull
yarn
npx playwright install-deps
yarn playwright install
yarn prisma generate
yarn build
yarn prisma migrate deploy