test 2
continuous-integration/drone/push Build is passing Details

merge
Grégory Lebreton 9 months ago
parent 740882c394
commit 588591d2c0

@ -18,7 +18,7 @@ steps:
- name: site
path: /drone/src/docs
commands:
- pip install -r requirements.txt && mkdocs build && ls -la
- pip install -r requirements.txt && mkdocs build
# PUSH FILES TO SERVER
- name: deploy files on server
image: drillster/drone-rsync
@ -50,7 +50,7 @@ steps:
[{{ build.status }}]
{{ repo.owner }}/{{ repo.name }}
attachment: build-result.xml
body:
body: >
<p>{{ duration build.started_at build.finished_at }}</p>
<p>{{ build.message }}</p>
# https://git.io/vgvPz

Loading…
Cancel
Save