Add slack notification
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
.drone.yml
10
.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:
|
||||
|
||||
Reference in New Issue
Block a user