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

main
michael 1 year ago
parent 8c7c8aed29
commit d1a191a697

@ -40,7 +40,8 @@ steps:
- nohup python3 app.py 2>&1 > /dev/null & - nohup python3 app.py 2>&1 > /dev/null &
- sleep 3 - sleep 3
- git clone https://git.omglinux.de/michael/fdgl-production.git /tmp/shared/target - git clone https://git.omglinux.de/michael/fdgl-production.git /tmp/shared/target
- cd /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true
- cp -r 127.0.0.1:5000/* /tmp/shared/target
- wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true
volumes: volumes:
- name: shared - name: shared

Loading…
Cancel
Save