We only support drone.yml for now

This commit is contained in:
Laszlo Fogas 2021-05-31 13:43:57 +02:00 committed by GitHub
parent f9edbc5091
commit a6ffa54639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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