pipeline: deploy: image: appleboy/drone-ssh host: sgeboers.nl user: webapps password: from_secret: password script: - cd /home/webapps/gtfs/code - git pull - cd .. - python3 -m venv env - source env/bin/activate - cd code - pip install -r requirements.txt - bokeh serve main.py