Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
037c445ae1
  1. 2
      .drone.yml

2
.drone.yml

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

Loading…
Cancel
Save