From 3cdcf7ed67c64c59fc29e8317bb343dfe0860e4d Mon Sep 17 00:00:00 2001 From: Anja Freudenreich Date: Thu, 13 Feb 2025 14:04:28 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a6340b3..28867ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: