webseite/.drone.yml

42 lines
495 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