deploy.sh 80 B

1234
  1. #!/bin/sh
  2. /etc/init.d/nginx start
  3. cd /back_end
  4. java -jar bug-0.0.1-SNAPSHOT.jar