diff --git a/.drone.yml b/.drone.yml index e571a50..0a47b57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,3 +41,11 @@ 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 ]