Browse Source

add testing command.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 years ago
parent
commit
e3d4cf689f
No known key found for this signature in database GPG Key ID: F84B2110C500B1F
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README.md

+ 8
- 0
README.md View File

@ -60,3 +60,11 @@ services:
- POSTGRES_USER=homestead
- POSTGRES_PASSWORD=secret
```
## Testing your Drone config
Please try the following command to test drone config in local machine.
```sh
$ drone exec
```

Loading…
Cancel
Save