updated yaml
This commit is contained in:
parent
9ed96af13b
commit
64cd7cdf6a
1 changed files with 8 additions and 3 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue