prez-concepts-chill/.drone.yml

40 lines
1.0 KiB
YAML
Raw Normal View History

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:
- pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ -s presentation/src/index.md -o presentation/build/index.html
- name: build-docker-caddy
image: plugins/docker
settings:
dockerfile: presentation/Dockerfile
context: presentation/
registry: h3m6q87t.gra7.container-registry.ovh.net
2022-05-11 09:18:24 +00:00
secrets: [docker_username, docker_password]
2022-05-11 08:52:07 +00:00
repo: h3m6q87t.gra7.container-registry.ovh.net/vendeeformation/presentation
tag: latest
pull_image: true
---
kind: secret
2022-05-11 09:18:24 +00:00
name: docker_password
2022-05-11 08:52:07 +00:00
data: zoOxl9L0lYtZBWZAaW9derEWnnh0bjmVLDflxIWxRuRpJ4ucl+bc4rIPusMABeMwrCuqHFwVJfwbMFnVwkPMTkEmy3XS8Xr6rg=
2022-05-11 09:18:24 +00:00
---
kind: secret
name: docker_username
data: b+7dKhvy74SPKjBlJRiY59MvRaes0sC9fBTjSne7NAxhZHM=
2022-05-11 08:52:07 +00:00
---
kind: signature
2022-05-11 09:18:24 +00:00
hmac: 8470915d87ca62caf05e66970abf9f9212ef31f0f00a78e585844b9e04f21fa2
2022-05-11 08:52:07 +00:00
...