Browse Source

test deploy

master
Ricardo A Carrasco 2 years ago
parent
commit
c2788822a6
  1. 22
      .drone.yml

22
.drone.yml

@ -24,14 +24,14 @@ steps:
script: script:
- cd test-app - cd test-app
- docker-compose restart - docker-compose restart
# - name: notify - name: notify
# image: curlimages/curl:7.80.0 image: curlimages/curl:7.80.0
# environment: environment:
# GCHAT_WH: GCHAT_WH:
# from_secret: GCHAT_WH from_secret: GCHAT_WH
# commands: commands:
# - > - >
# curl $GCHAT_WH curl $GCHAT_WH
# -X 'POST' -X 'POST'
# -H 'Content-type:application/json' -H 'Content-type:application/json'
# -d '{\"text\":\"This message is from Drone\"}' " -d '{\"text\":\"This message is from Drone\"}' "

Loading…
Cancel
Save