From 64cd7cdf6ad384f1b615362852ed7c4f373644be Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 14 Oct 2014 21:53:39 -0700 Subject: [PATCH] updated yaml --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e01e0ff40..f64aea786 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,12 +17,15 @@ services: - postgres - mysql notify: + email: + recipients: + - brad@drone.io gitter: - room_id: 76f5e5ec935c5b40259a + room_id: $$GITTER_ROOM token: $$GITTER_KEY on_started: false - on_success: false - on_failure: false + on_success: true + on_failure: true publish: s3: @@ -34,3 +37,5 @@ publish: source: packaging/output/ target: $DRONE_BRANCH/ recursive: true + when: + owner: drone