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