Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
47d73a5a12
  1. 2
      .drone.yml

2
.drone.yml

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

Loading…
Cancel
Save