fixed config description in README
This commit is contained in:
parent
87a8f2d158
commit
9ad3cf1aef
23
README.md
23
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user