Skip to content

Commit 7ec507f

Browse files
author
白唯
committed
fix(ci/cd): 完善 CI/CD 配置
1 parent 066d2be commit 7ec507f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/de.yml .github/workflows/deploy-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 }}
@@ -29,7 +29,7 @@ jobs:
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)