webseite/.drone.yml

47 lines
591 B
YAML
Raw Normal View History

2021-06-06 15:25:09 +02:00
---
kind: pipeline
type: docker
name: build_webseite_main
2021-06-06 15:25:09 +02:00
workspace:
path: /workspace
steps:
- name: build
image: registry.wtf-eg.net/lektor
image_pull_secrets:
- dockerconfig
trigger:
branch:
- main
event:
- push
---
kind: pipeline
type: docker
name: build_webseite_pr
workspace:
path: /workspace
steps:
- name: build
image: registry.wtf-eg.net/lektor
image_pull_secrets:
- dockerconfig
trigger:
2022-07-12 14:29:45 +02:00
branch:
- main
event:
2022-07-12 14:29:45 +02:00
- pull_request
2022-07-12 14:48:02 +02:00
---
kind: signature
hmac: a7c0aeda778717207ec641e7af90a358376eb3bfb22beeb67217b6d201e9e675
...