diff --git a/.drone.yml b/.drone.yml index c6d505a..742d40c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: commands: - yarn lint -- name: send +- name: send-test-results image: plugins/webhook settings: urls: https://lab.mifi.dev/hooks/9p65zpagctgkmndo8nwwm4199r @@ -41,7 +41,7 @@ steps: commands: - yarn build -- name: send +- name: send-build-results image: plugins/webhook settings: urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r @@ -49,7 +49,7 @@ steps: template: | { "icon_url":"https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/198/freezing-face_1f976.png", - "text": "[{{ repo.name }}] Build and Deploy {{ build.status }} :tada:", + "text": "[{{ repo.name }}] Build {{ build.status }} :tada:", "username":"DroneBot" }