From e846cd05d00d5e7d07bd92f7512da45c6ecef33b Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 07:34:28 +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, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87677a0..f05ae28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,8 +32,7 @@ steps: - cp -rf /tmp/Webseite/pages/*.md pages/ - cp -rf /tmp/Webseite/static/* static/ - source /tmp/shared/.venv/bin/activate - - nohup python app.py > log.txt 2>&1 & - - cat log.txt + - python app.py & - mkdir /tmp/target - cd /tmp/target - wget -mpEk http://127.0.0.1:5000