diff --git a/deploy-only(run on root).sh b/deploy-only(run on root).sh deleted file mode 100644 index b77f161..0000000 --- a/deploy-only(run on root).sh +++ /dev/null @@ -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 & \ No newline at end of file