5 Star 0 Fork 0

Kwanhooo/zuma-restaurant-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AutoDeployFront.ps1 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Kwanhooo 提交于 2022-07-05 16:44 . 更新
#######################################################
# 把这个脚本放在项目的根目录下,即有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 "============================="
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Kwanhooo/zuma-restaurant-frontend.git
git@gitee.com:Kwanhooo/zuma-restaurant-frontend.git
Kwanhooo
zuma-restaurant-frontend
zuma-restaurant-frontend
main

搜索帮助