forked from ag_kommunikation/webseite
Merge pull request 'try to initialize drone connection' (#56) from drone into main
Reviewed-on: ag_kommunikation/webseite#56
This commit is contained in:
commit
aa9f756e5e
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build_webseite
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /workspace
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: registry.wtf-eg.net/lektor
|
||||||
|
|
||||||
|
image_pull_secrets:
|
||||||
|
- dockerconfig
|
Loading…
Reference in New Issue
Block a user