auto-deploy-remote.sh 195 B

123456789
  1. #! /bin/bash
  2. #默认进入的是登录用户的目录
  3. cd test/bee
  4. tar -xzvf beepkg.tar.gz
  5. #remove conf of dev
  6. rm -rf conf/app.conf
  7. cp conf/app.conf.bat conf/app.conf
  8. supervisorctl restart beepkg