Browse Source

Merge pull request 'develop' (#8) from develop into master

Reviewed-on: http://101.201.226.163:3000/TALL/check-work/pulls/8
master
wally 4 years ago
parent
commit
a0e58dba52
  1. 15
      .drone.yml
  2. 25
      README.md

15
.drone.yml

@ -11,6 +11,7 @@ constants:
- npm i
- npm run build:test
- &DEVELOPMENT_SCP_TARGET /home/checkwork
- &DEVELOPMENT_URL http://test.tall.wiki/checkwork/
- &DEVELOPMENT_PORT 22
- &DEVELOPMENT_NODE_VERSION node:16
- &DEVELOPMENT_BRANCH develop
@ -87,16 +88,17 @@ steps:
{{if eq .Status "success" }}
#### 🎉 ${DRONE_REPO} 测试环境构建成功
> Branch: ${DRONE_BRANCH}
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK})
> Commit: [${DRONE_COMMIT_MESSAGE} ](${DRONE_COMMIT_LINK})
> Author: ${DRONE_COMMIT_AUTHOR}
> [点击查看](${DRONE_BUILD_LINK})
> PATH: http://test.tall.wiki/checkwork/
> [点击查看](http://test.tall.wiki/checkwork/)
{{else}}
#### ❌ ${DRONE_REPO} 测试环境构建失败
> Branch: ${DRONE_BRANCH}
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK})
> Commit: [${DRONE_COMMIT_MESSAGE} ](${DRONE_COMMIT_LINK})
> Author: ${DRONE_COMMIT_AUTHOR}
> 请立即修复!!!
> [点击查看](${DRONE_BUILD_LINK})
> [点击查看](http://test.tall.wiki/checkwork/)
{{end}}
when:
status:
@ -197,14 +199,15 @@ steps:
> Branch: ${DRONE_BRANCH}
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK})
> Author: ${DRONE_COMMIT_AUTHOR}
> [点击查看](${DRONE_BUILD_LINK})
> PATH: http://www.tall.wiki/checkwork/
> [点击查看](http://www.tall.wiki/checkwork/)
{{else}}
#### ❌ ${DRONE_REPO} 生产环境构建失败
> Branch: ${DRONE_BRANCH}
> Commit: [${DRONE_COMMIT_MESSAGE}](${DRONE_COMMIT_LINK})
> Author: ${DRONE_COMMIT_AUTHOR}
> 请立即修复!!!
> [点击查看](${DRONE_BUILD_LINK})
> [点击查看](http://www.tall.wiki/checkwork/)
{{end}}
when:
status:

25
README.md

@ -1,24 +1,5 @@
# green-valley
# 打卡等插件
## Project setup
```
yarn install
```
## 构建状态
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
[![Build Status](http://101.201.226.163:3001/api/badges/TALL/check-work/status.svg)](http://101.201.226.163:3001/TALL/check-work)

Loading…
Cancel
Save