diff --git a/.drone.yml b/.drone.yml index a04d502..600ded3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ steps: - cp -rf /tmp/Webseite/pages/*.md pages/ - cp -rf /tmp/Webseite/static/* static/ - source /tmp/shared/.venv/bin/activate - - python3 app.py & + - python3 app.py & || true - sleep 10 - - mkdir /tmp/shared/target + - mkdir -p /tmp/shared/target - cd /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 - ls /tmp/shared/target