update
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-02 16:53:50 +01:00
parent edfcc59082
commit 25f8ba0a71
+2 -3
View File
@@ -2,7 +2,7 @@ pipeline:
copy:
image: appleboy/drone-scp
host: sgeboers.nl
target: /home/webapps/gtfs
target: /home/webapps/gtfs/code
source: .
user: webapps
strip_components: 1
@@ -16,10 +16,9 @@ pipeline:
password:
from_secret: password
script:
- cd gtfs
- cd /home/sgeboers/gtfs
- python -m venv env
- source env/bin/activate
- cd code
- pip install -r requirements.txt
- bokeh serve main.py