Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
f417f733eb
  1. 10
      .drone.yml

10
.drone.yml

@ -10,10 +10,16 @@ steps: @@ -10,10 +10,16 @@ steps:
# - name: start
# image: node:16-alpine
# commands:
# - "npm run build"
# - "npm test -- --watchAll=false"
# - "npm test -- --watchAll=false"
- name: notify
image: pelotech/drone-google-chat
settings:
webook:
from_secret: GCHAT_WH
webook: https://chat.googleapis.com/v1/spaces/AAAAA93iO2I
key:
from_secret: GCHAT_KEY
token:
from_secret: GCHAT_TOKEN
template: "Drone: Build ran :rasing-hands:"
# https://chat.googleapis.com/v1/spaces/AAAAA93iO2I/messages

Loading…
Cancel
Save