mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 12:42:21 +00:00
Update README.md
This commit is contained in:
parent
986b2ce4db
commit
709f01177a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -10,14 +10,14 @@ An opinionated fork of the Drone CI system.
|
||||||
|
|
||||||
![woodpecker](docs/docs/images/woodpecker.png)
|
![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
|
- Pipeline steps can be named as you like
|
||||||
- Run any command in the commands section
|
- Run any command in the commands section
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# .woodpecker.yml
|
# .drone.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
|
@ -49,7 +49,7 @@ pipeline:
|
||||||
- Changes to files are persisted through steps as the same volume is mounted to all steps
|
- Changes to files are persisted through steps as the same volume is mounted to all steps
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# .woodpecker.yml
|
# .drone.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
|
@ -81,7 +81,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