From dba023168f2e88bdbe23a9f97ac8be380c838a79 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 09:25:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: {}