.drone.yml hinzugefügt

This commit is contained in:
2026-03-06 12:16:31 +00:00
parent 134cf1aab1
commit ab6cbbb45c

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: hello
image: alpine
commands:
- echo "Pipeline läuft!"
- echo "Repo: ${DRONE_REPO}"
- echo "Branch: ${DRONE_BRANCH}"