From a6ffa54639db9559673c1d0fb609887da78310d1 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Mon, 31 May 2021 13:43:57 +0200 Subject: [PATCH] We only support drone.yml for now --- docs/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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