1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-11 02:05:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

remove deploy script

This commit is contained in:
2022-04-04 09:02:08 +08:00
parent 1b2d61723e
commit d2ed561849

View File

@@ -1,13 +0,0 @@
git reset HEAD --hard
git checkout deploy
git pull
git merge develop
git push
sudo chown -R www-data:www-data ../bookshelf.plus/
sudo chmod -R 755 ../bookshelf.plus/
pm2 restart bookshelfplus-frontend
java -jar ./bookshelfplus/target/bookshelfplus-1.0-SNAPSHOT.jar &