Kaynağa Gözat
add testing command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 yıl önce
ebeveyn
işleme
e3d4cf689f
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: F84B2110C500B1F
1 değiştirilmiş dosya ile
8 ekleme ve
0 silme
-
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 |
|
|
|
``` |