소스 검색
add testing command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 년 전
No known key found for this signature in database
GPG 키 ID: F84B2110C500B1F
1개의 변경된 파일과
8개의 추가작업 그리고
0개의 파일을 삭제
-
README.md
|
|
@ -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 |
|
|
|
``` |