build.sh 346 B

123456789101112
  1. git checkout
  2. git pull
  3. (cd src/main/vue && yarn)
  4. (cd src/main/vue && yarn build)
  5. (cd src/main/nine-space && yarn)
  6. (cd src/main/nine-space && yarn build)
  7. (cd src/main/pc-space && yarn)
  8. (cd src/main/pc-space && yarn build)
  9. mvn clean package
  10. systemctl stop 9th
  11. cp target/9th-0.0.1-SNAPSHOT.jar /var/www/9th/9th-0.0.1-SNAPSHOT.jar
  12. systemctl start 9th