Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
051ae7f34d
  1. 1
      .drone.yml

1
.drone.yml

@ -19,4 +19,5 @@ steps: @@ -19,4 +19,5 @@ steps:
GCHAT_WH:
from_secret: GCHAT_WH
commands:
- "sudo apt install curl"
- "curl -X 'POST' '$GCHAT_WH' -H 'Content-type:application/json' -d '{'text':'Drone says hello'}' "

Loading…
Cancel
Save