From ff379ceb08152b6d720f0e3565df550f14a304c6 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 06:55:27 +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 bc54d31..83fbfe9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,8 @@ steps: - cp -rf /tmp/Webseite/static/* static/ - source /tmp/shared/.venv/bin/activate - nohup python3 app.py 2>&1 > /dev/null & - - sleep 10 + - sleep 3 + - ssh-keyscan -H git.omglinux.de -p 2222 >> ~/.ssh/known_hosts - git clone ssh://git@git.omglinux.de:2222/michael/fdgl-production.git /tmp/shared/target - cd /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true