mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 21:15:30 +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](/images/woodpecker.png)
|
||||||
|
|
||||||
## .woodpecker.yml
|
## .drone.yml
|
||||||
|
|
||||||
- Place your pipeline in a file named `.drone.yml` in your repository
|
- Place your pipeline in a file named `.drone.yml` in your repository
|
||||||
- Pipeline steps can be named as you like
|
- Pipeline steps can be named as you like
|
||||||
|
@ -75,7 +75,7 @@ kubectl apply -f $PLUGIN_TEMPLATE
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# .woodpecker.yml
|
# .drone.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
deploy-to-k8s:
|
deploy-to-k8s:
|
||||||
image: laszlocloud/my-k8s-plugin
|
image: laszlocloud/my-k8s-plugin
|
||||||
|
|
Loading…
Reference in a new issue