.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Anja Freudenreich 2025-02-13 14:04:28 +00:00
parent 57b899f315
commit 3cdcf7ed67

View File

@ -7,7 +7,6 @@ steps:
image: python:3.9-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- python app.py & # Run Flask app in background
- name: deploy
image: python:3.9-slim
@ -15,7 +14,7 @@ steps:
status: success
commands:
- echo "Deploying app to production..."
- python deploy.py # Run your deployment script or use SSH
- python app.py & # Run Flask app in background
secrets: [ eins ] # Use secrets to securely store deployment credentials
trigger: