瀏覽代碼

update fb

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 年之前
父節點
當前提交
8cbfb51721
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: F84B2110C500B1F
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      .drone.yml

+ 8
- 8
.drone.yml 查看文件

@ -28,6 +28,14 @@ pipeline:
- php artisan migrate
- ./vendor/bin/phpunit
fb:
image: appleboy/drone-facebook
pull: true
to: 1234973386524610
when:
event: [ push, pull_request ]
status: [ success, failure ]
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.0
@ -41,11 +49,3 @@ services:
- POSTGRES_DB=homestead
- POSTGRES_USER=homestead
- POSTGRES_PASSWORD=secret
fb:
image: appleboy/drone-facebook
pull: true
to: 1234973386524610
when:
event: [ push, pull_request ]
status: [ success, failure ]

Loading…
取消
儲存