„.drone.yml“ ändern
continuous-integration/drone/push Build was killed Details

main
michael 1 year ago
parent ac74d0efce
commit c6a955418a

@ -32,7 +32,7 @@ steps:
- cp -rf /tmp/Webseite/pages/*.md pages/ - cp -rf /tmp/Webseite/pages/*.md pages/
- cp -rf /tmp/Webseite/static/* static/ - cp -rf /tmp/Webseite/static/* static/
- source /tmp/shared/.venv/bin/activate - source /tmp/shared/.venv/bin/activate
- python3 app.py & || true - nohup python3 app.py 2>&1 > /dev/null
- sleep 10 - sleep 10
- mkdir -p /tmp/shared/target - mkdir -p /tmp/shared/target
- cd /tmp/shared/target - cd /tmp/shared/target

Loading…
Cancel
Save