2022-05-11 08:52:07 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build-presentation
|
|
|
|
image: pandoc/minimal:2.18-alpine
|
|
|
|
commands:
|
2022-05-11 09:45:35 +00:00
|
|
|
- pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html
|
2024-06-15 09:27:15 +00:00
|
|
|
- pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/essaimage.md -o presentation/src/essaimage.html
|
2022-05-11 08:52:07 +00:00
|
|
|
|
|
|
|
- name: build-docker-caddy
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2022-05-11 09:31:33 +00:00
|
|
|
registry: h3m6q87t.gra7.container-registry.ovh.net
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2022-05-11 08:52:07 +00:00
|
|
|
dockerfile: presentation/Dockerfile
|
|
|
|
context: presentation/
|
2022-12-13 09:34:42 +00:00
|
|
|
repo: h3m6q87t.gra7.container-registry.ovh.net/prez-concept-chill/presentation
|
2022-05-16 07:43:50 +00:00
|
|
|
tag: ${DRONE_TAG:=latest}
|
2022-05-11 08:52:07 +00:00
|
|
|
pull_image: true
|
2022-12-13 09:34:42 +00:00
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- tag
|
|
|
|
|
|
|
|
|
2022-05-11 08:52:07 +00:00
|
|
|
---
|
|
|
|
kind: signature
|
2024-06-15 09:27:15 +00:00
|
|
|
hmac: 77c0bfbc5571bf62138acc8bcf1fdb4abcc1185a5d26b190f7f6db98b2f09e59
|
2022-05-11 08:52:07 +00:00
|
|
|
|
|
|
|
...
|