This commit is contained in:
parent
588591d2c0
commit
e30aa14a3a
@ -19,6 +19,7 @@ steps:
|
||||
path: /drone/src/docs
|
||||
commands:
|
||||
- pip install -r requirements.txt && mkdocs build
|
||||
|
||||
# PUSH FILES TO SERVER
|
||||
- name: deploy files on server
|
||||
image: drillster/drone-rsync
|
||||
@ -50,9 +51,8 @@ steps:
|
||||
[{{ build.status }}]
|
||||
{{ repo.owner }}/{{ repo.name }}
|
||||
attachment: build-result.xml
|
||||
body: >
|
||||
<p>{{ duration build.started_at build.finished_at }}</p>
|
||||
<p>{{ build.message }}</p>
|
||||
# https://git.io/vgvPz
|
||||
body:
|
||||
https://git.io/vgvPz
|
||||
when:
|
||||
status: [ success, failure ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user