From c6a955418a19801f68886a641bc8daff0ebb1831 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:28:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 600ded3..cfc3d5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - cp -rf /tmp/Webseite/pages/*.md pages/ - cp -rf /tmp/Webseite/static/* static/ - source /tmp/shared/.venv/bin/activate - - python3 app.py & || true + - nohup python3 app.py 2>&1 > /dev/null - sleep 10 - mkdir -p /tmp/shared/target - cd /tmp/shared/target