updated yaml

This commit is contained in:
Brad Rydzewski 2014-10-14 21:53:39 -07:00
parent 9ed96af13b
commit 64cd7cdf6a

View file

@ -17,12 +17,15 @@ services:
- postgres - postgres
- mysql - mysql
notify: notify:
email:
recipients:
- brad@drone.io
gitter: gitter:
room_id: 76f5e5ec935c5b40259a room_id: $$GITTER_ROOM
token: $$GITTER_KEY token: $$GITTER_KEY
on_started: false on_started: false
on_success: false on_success: true
on_failure: false on_failure: true
publish: publish:
s3: s3:
@ -34,3 +37,5 @@ publish:
source: packaging/output/ source: packaging/output/
target: $DRONE_BRANCH/ target: $DRONE_BRANCH/
recursive: true recursive: true
when:
owner: drone