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 ]
```
- **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
...
drone:
url: https://YOUR.DRONE.SERVER
owner: myorganization
project: myproject
branch: master
target: website
token: XXXXXXXXXXXXXXXXXXXXX
```
| | |
| --- | --- |
| URL: | https://YOUR.DRONE.SERVER |
| Token: | XXXXXXXXXXXX |
| Owner: | myorganization |
| Project: | myproject |
| Branch: | master |
| Target: | website |
| Build: | *empty* |
## Usage