Files
NGRX-Playground/.drone.yml
mnky 5804578b66
All checks were successful
continuous-integration/drone/push Build is passing
.drone.yml aktualisiert
2026-03-06 12:19:34 +00:00

10 lines
166 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: hello
image: alpine
commands:
- echo "Pipeline laeuft!"
- echo "Build erfolgreich"