Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
e39d83b2b5
  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