mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update linkwarden.sh
Add `yarn prisma generate` to the update process.
This commit is contained in:
parent
55175f9b31
commit
112353334d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ fi
|
||||||
git pull
|
git pull
|
||||||
yarn
|
yarn
|
||||||
npx playwright install-deps
|
npx playwright install-deps
|
||||||
|
yarn prisma generate
|
||||||
yarn build
|
yarn build
|
||||||
yarn prisma migrate deploy
|
yarn prisma migrate deploy
|
||||||
systemctl start linkwarden
|
systemctl start linkwarden
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue