Files
NGRX-Playground/.drone.yml
2026-03-06 12:16:31 +00:00

11 lines
207 B
YAML

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