woodpecker pipeline test added
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is pending

This commit is contained in:
Solomon Laing 2025-12-29 15:21:47 +10:30
parent 7b1d4143af
commit 5514d5455c

9
.woodpecker/pipeline.yml Normal file
View File

@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "Building site..."
- echo "Site built!.