commit 383544c782aceb7aa7de7c653957db57479d6632 Author: zach Date: Tue Apr 28 05:04:16 2026 +0000 Add .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..425adc0 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +steps: + - name: hello + image: debian:12 + commands: + - echo "Pipeline is alive!" + - echo "Running on $(hostname)" \ No newline at end of file