From 1a782a5ca0daf7a7729ab7d0a34e60a3d058a383 Mon Sep 17 00:00:00 2001 From: Sven Geboers Date: Thu, 2 Feb 2023 17:00:03 +0100 Subject: [PATCH] virtualenv and requirements --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad0ddfb..2eda97f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ pipeline: password: from_secret: password script: - - cd /home/sgeboers/gtfs - - python -m venv env + - cd /home/webapps/gtfs + - python3 -m venv env - source env/bin/activate - cd code - pip install -r requirements.txt