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 ]
|
||||
```
|
||||
|
||||
- **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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user