mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 12:20:33 +00:00
We only support drone.yml for now
This commit is contained in:
parent
f9edbc5091
commit
a6ffa54639
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue