diff --git a/docs/docs/index.md b/docs/docs/index.md index c0e2f6c1e..3b1d3218a 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -4,7 +4,7 @@ Woodpecker is a simple CI engine with great extensibility. ![woodpecker](/images/woodpecker.png) -## .woodpecker.yml +## .drone.yml - Place your pipeline in a file named `.drone.yml` in your repository - Pipeline steps can be named as you like @@ -75,7 +75,7 @@ kubectl apply -f $PLUGIN_TEMPLATE ``` ```yaml -# .woodpecker.yml +# .drone.yml pipeline: deploy-to-k8s: image: laszlocloud/my-k8s-plugin