代码拉取完成,页面将自动刷新
#######################################################
# 把这个脚本放在项目的根目录下,即有README的那一层
# 必须使用Powershell(管理员),或者Windows 终端(管理员)执行
# deploy这个用户的密码是 deploy
#######################################################
# 1.用npm打包这个项目
Write-Output "=================="
Write-Output " 1 / 3 "
Write-Output " Nodejs打包 "
Write-Output "=================="
npm run build
Write-Output "======================="
Write-Output " 2 / 3 "
Write-Output " 授权以上传至服务器 "
Write-Output "======================="
# 2.上传dist包
scp -r ./dist deploy@120.78.235.195:/www/wwwroot/zuma
# 3.用浏览器打开
Write-Output "======================="
Write-Output " 3 / 3 "
Write-Output " 打开浏览器检验 "
Write-Output "======================="
Start-Process msedge "http://zuma.0xffff.我爱你/"
# 4.完成
Write-Output "============================="
Write-Output " * / * "
Write-Output " 部署完成于 "
Write-Output "http://zuma.0xffff.我爱你/"
Write-Output "============================="
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。