mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
updated yaml
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user