update

main
Sven Geboers 2 years ago
parent edfcc59082
commit 25f8ba0a71
  1. 5
      .drone.yml

@ -2,7 +2,7 @@ pipeline:
copy: copy:
image: appleboy/drone-scp image: appleboy/drone-scp
host: sgeboers.nl host: sgeboers.nl
target: /home/webapps/gtfs target: /home/webapps/gtfs/code
source: . source: .
user: webapps user: webapps
strip_components: 1 strip_components: 1
@ -16,10 +16,9 @@ pipeline:
password: password:
from_secret: password from_secret: password
script: script:
- cd gtfs - cd /home/sgeboers/gtfs
- python -m venv env - python -m venv env
- source env/bin/activate - source env/bin/activate
- cd code - cd code
- pip install -r requirements.txt - pip install -r requirements.txt
- bokeh serve main.py - bokeh serve main.py

Loading…
Cancel
Save