Skip to content

Commit

Permalink
fix(ci/cd): 完善 CI/CD 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
白唯 committed Oct 17, 2020
1 parent 066d2be commit 7ec507f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/de.yml → .github/workflows/deploy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-base-type",
"version": "0.1.9",
"version": "0.1.10",
"description": "一个使用vue3+typescript 搭建的项目基础架构类型声明库",
"author": {
"name": "ibwei",
Expand Down

0 comments on commit 7ec507f

Please sign in to comment.