mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 14:38:57 +02:00
✨ Self-Hosting Update (#842)
This commit is contained in:
parent
3e616d1e41
commit
7a5f9ae474
51 changed files with 945 additions and 781 deletions
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
export NEXT_PUBLIC_APP_VERSION=v$(node -p "require('./package.json').version")
|
||||
echo "Set NEXT_PUBLIC_APP_VERSION=$NEXT_PUBLIC_APP_VERSION"
|
||||
yarn prisma generate
|
||||
yarn build
|
||||
# Deploy migration using direct database connection (no connection pool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue