fixed config description in README

This commit is contained in:
Sebastian Frank 2019-03-06 12:31:20 +01:00
parent 87a8f2d158
commit 9ad3cf1aef

View File

@ -51,20 +51,17 @@ steps:
target: [ website ] target: [ website ]
``` ```
- **config.yml** in your Cockpit config folder for an example project *myorganization/myproject* - settings in your **Cockpit - Settings - Drone Deploys** for an example project *myorganization/myproject*
```yml | | |
... | --- | --- |
| URL: | https://YOUR.DRONE.SERVER |
drone: | Token: | XXXXXXXXXXXX |
url: https://YOUR.DRONE.SERVER | Owner: | myorganization |
owner: myorganization | Project: | myproject |
project: myproject | Branch: | master |
branch: master | Target: | website |
target: website | Build: | *empty* |
token: XXXXXXXXXXXXXXXXXXXXX
```
## Usage ## Usage