updated drone.yml

main
Sven Geboers 2 years ago
parent c00223a7d1
commit 7f6381a557
  1. 16
      .drone.yml

@ -1,5 +1,5 @@
pipeline:
deploy:
copy:
image: appleboy/drone-scp
host: sgeboers.nl
target: /home/webapps/gtfs/
@ -9,3 +9,17 @@ pipeline:
overwrite: true
password:
from_secret: password
deploy:
image: appleboy/drone-ssh
host: sgeboers.nl
user: webapps
password:
from_secret: password
script:
- cd gtfs
- python -m venv env
- source env/bin/activate
- cd code
- pip install -r requirements.txt
- bokeh serve main.py

Loading…
Cancel
Save