From 7f398c3f95ce046f9a68b59b10a9374d0c90e7e3 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 07:32:56 +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 b246067..87677a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,8 +32,8 @@ 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 & - - python app.py + - nohup python app.py > log.txt 2>&1 & + - cat log.txt - mkdir /tmp/target - cd /tmp/target - wget -mpEk http://127.0.0.1:5000