更新 '.cid/redis.yml'

This commit is contained in:
LingZhaoHui 2020-09-11 14:21:14 +00:00
parent 78c280f92a
commit ac3b2810c4

View File

@ -1,5 +1,20 @@
workspace:
base: /data/redis
path: .
pipeline:
build:
image: drone/drone
init:
image: 'node:latest'
commands:
- make
- 'echo "begin"'
when:
event: [push, tag, deployment]
branch: [master, develop]
build:
image: 'node:latest'
environment:
- TZ=Asia/Shanghai
commands:
- 'cd /data/redis/redis/ && make'
when:
event: [push, tag, deployment]
branch: [master, develop]