From 5ec74da139e2407338b148941fc3a921765eb404 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 10 Dec 2022 09:11:12 +0100 Subject: [PATCH] Add slack notification --- .drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ae49df..3d470aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: Android steps: -- name: prepareSigning +- name: prepare signing image: busybox environment: STOREPASSWORD: @@ -25,7 +25,7 @@ steps: - ./gradlew assembleDebug - ./gradlew bundleRelease -- name: deployLatestBuild +- name: deploy laatest buuild image: busybox volumes: - name: deploy @@ -35,6 +35,12 @@ steps: - cp ./app/build/outputs/apk/debug/app-debug.apk /tmp/deploy/lastBuild/app-debug.apk - cp ./app/build/outputs/bundle/release/app-release.aab /tmp/deploy/lastBuild/app-release.aab +- name: slack notification + image: plugins/slack + settings: + webhook: + from_secret: SlackWebhook + volumes: - name: deploy host: