From 709f01177a3205f43925f43bee623e40f39e58de Mon Sep 17 00:00:00 2001 From: Alex Eftimie Date: Tue, 16 Feb 2021 13:56:54 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3ba2d7e0..ecb145c1e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ An opinionated fork of the Drone CI system. ![woodpecker](docs/docs/images/woodpecker.png) -## .woodpecker.yml +## .drone.yml -- Place your pipeline in a file named `.woodpecker.yml` in your repository +- Place your pipeline in a file named `.drone.yml` in your repository - Pipeline steps can be named as you like - Run any command in the commands section ```yaml -# .woodpecker.yml +# .drone.yml pipeline: build: image: debian @@ -49,7 +49,7 @@ pipeline: - Changes to files are persisted through steps as the same volume is mounted to all steps ```yaml -# .woodpecker.yml +# .drone.yml pipeline: build: image: debian @@ -81,7 +81,7 @@ kubectl apply -f $PLUGIN_TEMPLATE ``` ```yaml -# .woodpecker.yml +# .drone.yml pipeline: deploy-to-k8s: image: laszlocloud/my-k8s-plugin