1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

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