This commit is contained in:
khs1994
2017-11-30 15:05:57 +08:00
parent d8f1e91471
commit 9930d6c2ea
8 changed files with 269 additions and 1 deletions

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
workspace:
base: /srv/gitbook-src
path: .
pipeline:
build:
image: yeasy/docker_practice:latest
# pull: true
environment:
- TZ=Asia/Shanghai
secrets: [key1, key2]
commands:
# - echo $${key1}
# - echo $KEY2
- docker-entrypoint.sh build
when:
event: [push, pull_request, tag, deployment]
branch: master