tree-test-123/.woodpecker.yml
jordan 3908d39395
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-02 21:12:29 +00:00

22 lines
519 B
YAML

# CI/CD Pipeline for tree-test-123
# Components will add their build steps below the marker
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
steps:
# COMPONENT_STEPS_BELOW
# Do not remove the marker above - component steps are inserted here
verify:
image: bitnami/kubectl:latest
commands:
- echo "Pipeline complete for tree-test-123"
- kubectl get deployments -n projects -l app=tree-test-123 --no-headers || true
when:
branch: main
event: push