From 7ec507f74a07cd34feff450bc25f76a4847246be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=94=AF?= <997132391@qq.com> Date: Sat, 17 Oct 2020 15:00:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci/cd):=20=E5=AE=8C=E5=96=84=20CI/CD=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{de.yml => deploy-ci.yml} | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{de.yml => deploy-ci.yml} (91%) diff --git a/.github/workflows/de.yml b/.github/workflows/deploy-ci.yml similarity index 91% rename from .github/workflows/de.yml rename to .github/workflows/deploy-ci.yml index 33fc4ab..9241f1e 100644 --- a/.github/workflows/de.yml +++ b/.github/workflows/deploy-ci.yml @@ -20,7 +20,7 @@ jobs: BUILD_SCRIPT: yarn && yarn build - name: Deploy uses: appleboy/ssh-action@master # 使用ssh链接服务器 - with: + with: #登录服务器,git 下载 release 分支 host: ${{ secrets.REMOTE_HOST }} username: ${{ secrets.REMOTE_USER }} password: ${{ secrets.REMOTE_PASSWORD }} @@ -29,7 +29,7 @@ jobs: rm -rf /data/www/temp mkdir /data/www/temp cd /data/www/temp - git clone -b release https://github.com/ibwei/vue3-base.git + git clone -b release https://github.com/ibwei/vue3-base.git cd /data/www/temp/vue3-base rm -rf /data/www/vue3/* mv ./* /data/www/vue3 diff --git a/package.json b/package.json index edf8965..88efcd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-base-type", - "version": "0.1.9", + "version": "0.1.10", "description": "一个使用vue3+typescript 搭建的项目基础架构类型声明库", "author": { "name": "ibwei",