Fix upgrade script (again...)
This commit is contained in:
parent
aa77e1c2ac
commit
339f0c8062
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ fi
|
||||||
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
|
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
|
||||||
|
|
||||||
yarn install
|
yarn install
|
||||||
yarn update
|
yarn upgrade
|
||||||
cd client && yarn update && cd ../
|
cd client && yarn upgrade && cd ../
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."
|
echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."
|
||||||
|
|
Loading…
Reference in a new issue