From 8cbfb517218d63bb81a37ab8b3ef5daea0c1ba76 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 30 Jun 2017 21:24:15 +0800 Subject: [PATCH] update fb Signed-off-by: Bo-Yi Wu --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a47b57..602ba24 100644 --- a/.drone.yml +++ b/.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 ]