Compare commits
No commits in common. "1872300f55276534348d059baf07031042507993" and "eb86308602545830e18e9823b257c1683c63a7d6" have entirely different histories.
1872300f55
...
eb86308602
27
.drone.yml
27
.drone.yml
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build_webseite_main
|
name: build_webseite
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
path: /workspace
|
path: /workspace
|
||||||
@ -12,28 +12,3 @@ steps:
|
|||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfig
|
- 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
|
|
Loading…
Reference in New Issue
Block a user