push.sh 258 B

123456789
  1. #!/bin/bash
  2. ssh root@110.40.223.170 "/usr/bin/killall iot_service"
  3. ssh root@110.40.223.170 "/usr/bin/rm -r /opt/lc/iot_svr/iot_service"
  4. scp -r build/* root@110.40.223.170:/opt/lc/iot_svr/
  5. # 以下需要 在线上服务器执行
  6. # /opt/lc/iot_svr/start.sh