.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4474be0abc
commit
a979a72a65
@ -8,8 +8,9 @@ steps:
|
|||||||
image: python:3.9-slim
|
image: python:3.9-slim
|
||||||
commands:
|
commands:
|
||||||
- pip install --no-cache-dir -r requirements.txt
|
- pip install --no-cache-dir -r requirements.txt
|
||||||
- python app.py
|
- python app.py & # Run the Flask app in the background
|
||||||
|
- sleep 10 # Optional: Wait for the Flask app to start before continuing (you can adjust or remove this depending on the app's startup time)
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user