From d1a191a6977610346cadbaf8887524f906826a90 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 08:08:42 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2a43015..38f84a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,8 @@ steps: - nohup python3 app.py 2>&1 > /dev/null & - sleep 3 - git clone https://git.omglinux.de/michael/fdgl-production.git /tmp/shared/target - - cd /tmp/shared/target + - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true + - cp -r 127.0.0.1:5000/* /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true volumes: - name: shared