From 25f8ba0a71e51f7ed940954d037b8d83f4cda572 Mon Sep 17 00:00:00 2001 From: Sven Geboers Date: Thu, 2 Feb 2023 16:53:50 +0100 Subject: [PATCH] update --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 02e6943..ad0ddfb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -