wtf-webseite/.drone.yml

39 lines
471 B
YAML
Raw Permalink 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:
event:
- pull_request