„.drone.yml“ ändern
continuous-integration/drone/push Build is failing Details

main
michael 1 year ago
parent c8fc09d38c
commit ac74d0efce

@ -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

Loading…
Cancel
Save