File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
BUILD_SCRIPT : yarn && yarn build
21
21
- name : Deploy
22
22
uses : appleboy/ssh-action@master # 使用ssh链接服务器
23
- with :
23
+ with : # 登录服务器,git 下载 release 分支
24
24
host : ${{ secrets.REMOTE_HOST }}
25
25
username : ${{ secrets.REMOTE_USER }}
26
26
password : ${{ secrets.REMOTE_PASSWORD }}
29
29
rm -rf /data/www/temp
30
30
mkdir /data/www/temp
31
31
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
33
33
cd /data/www/temp/vue3-base
34
34
rm -rf /data/www/vue3/*
35
35
mv ./* /data/www/vue3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-base-type" ,
3
- "version" : " 0.1.9 " ,
3
+ "version" : " 0.1.10 " ,
4
4
"description" : " 一个使用vue3+typescript 搭建的项目基础架构类型声明库" ,
5
5
"author" : {
6
6
"name" : " ibwei" ,
You can’t perform that action at this time.
0 commit comments