.drone.yml aktualisiert
This commit is contained in:
parent
57b899f315
commit
3cdcf7ed67
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user