diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..cc58d32 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +when: + - event: push + branch: main + +steps: + - name: build + image: golang:1.23 + commands: + - echo "This is the build step" + - echo "binary-data-123" > executable + - echo "something else" > executable2 \ No newline at end of file