From 943e5fe847d075060b011cc28e856643a943a9b6 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 14 Oct 2014 19:34:21 -0700 Subject: [PATCH] updated yaml to include gitter messages --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3f9f2d53..e01e0ff4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ services: notify: gitter: room_id: 76f5e5ec935c5b40259a - token: $$GITTER_TOKEN + token: $$GITTER_KEY on_started: false on_success: false on_failure: false @@ -29,8 +29,8 @@ publish: acl: public-read region: us-east-1 bucket: downloads.drone.io - access_key: $AWS_KEY - secret_key: $AWS_SECRET + access_key: $$AWS_KEY + secret_key: $$AWS_SECRET source: packaging/output/ target: $DRONE_BRANCH/ recursive: true