commit a40f1a1e6a10239db355dc98d181923f3b52551f Author: jazzymc Date: Sun Jan 18 16:39:10 2026 +0200 Add CI pipeline diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..d108869 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +steps: + - name: test + image: alpine + commands: + - echo "Hello from Woodpecker CI!" + - echo "Repository: infrastructure" + - date + - uname -a