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