diff --git a/.drone.yml b/.drone.yml index 2c8687a..66acd1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,6 +65,12 @@ steps: - name: shared path: /tmp/shared +- name: publish + image: python:3.7-alpine + commands: + - apk add curl + - curl -X POST https://a2ef7.netcup.net:8443/modules/git/public/web-hook.php?uuid=85a3b51d-0246-312f-8e2c-22adf8ceb4ac + volumes: - name: shared temp: {}