solomonlai.ng/.drone.yml
Solomon Laing 88af30e892
All checks were successful
continuous-integration/drone/push Build is passing
added drone test
2025-12-29 17:32:07 +10:30

18 lines
194 B
YAML

---
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
steps:
- name: build
image: alpine
commands:
- echo "building..."
- echo "build complete."