File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 BUILD_SCRIPT : yarn && yarn build
2121 - name : Deploy
2222 uses : appleboy/ssh-action@master # 使用ssh链接服务器
23- with :
23+ with : # 登录服务器,git 下载 release 分支
2424 host : ${{ secrets.REMOTE_HOST }}
2525 username : ${{ secrets.REMOTE_USER }}
2626 password : ${{ secrets.REMOTE_PASSWORD }}
2929 rm -rf /data/www/temp
3030 mkdir /data/www/temp
3131 cd /data/www/temp
32- git clone -b release https://github.com/ibwei/vue3-base.git
32+ git clone -b release https://github.com/ibwei/vue3-base.git
3333 cd /data/www/temp/vue3-base
3434 rm -rf /data/www/vue3/*
3535 mv ./* /data/www/vue3
Original file line number Diff line number Diff line change 11{
22 "name" : " vue3-base-type" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.1.10 " ,
44 "description" : " 一个使用vue3+typescript 搭建的项目基础架构类型声明库" ,
55 "author" : {
66 "name" : " ibwei" ,
You can’t perform that action at this time.
0 commit comments