From ac74d0efce373d5670e1c1c74e2e95744ed14e98 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:26:19 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a04d502..600ded3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ steps: - cp -rf /tmp/Webseite/pages/*.md pages/ - cp -rf /tmp/Webseite/static/* static/ - source /tmp/shared/.venv/bin/activate - - python3 app.py & + - python3 app.py & || true - sleep 10 - - mkdir /tmp/shared/target + - mkdir -p /tmp/shared/target - cd /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 - ls /tmp/shared/target