Merge pull request #154 from alexef/patch-1

Update README.md
This commit is contained in:
Laszlo Fogas 2021-02-19 09:26:56 +01:00 committed by GitHub
commit a6bc036edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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