test 2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Grégory Lebreton 2024-01-09 16:25:43 +01:00
parent 740882c394
commit 588591d2c0

View File

@ -18,7 +18,7 @@ steps:
- name: site - name: site
path: /drone/src/docs path: /drone/src/docs
commands: commands:
- pip install -r requirements.txt && mkdocs build && ls -la - 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,7 +50,7 @@ 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> <p>{{ duration build.started_at build.finished_at }}</p>
<p>{{ build.message }}</p> <p>{{ build.message }}</p>
# https://git.io/vgvPz # https://git.io/vgvPz