Files
homeserver/.woodpecker/demo-workflow.yaml
Taqi Tahmid 448a0a89b9 kubernetes: added woodpecker-ci
- added woodpecker CI
- removed kubernetes infra terraform files.
- added demo woodpecker pipeline
2025-07-02 22:51:02 +03:00

15 lines
267 B
YAML

when:
- event: push
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable