From d0bb1735189003284eb32310f912bd29c59cef70 Mon Sep 17 00:00:00 2001 From: crate Date: Sat, 12 Oct 2024 02:33:53 -0500 Subject: [PATCH] fix deploy sh --- cicd_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd_deploy.sh b/cicd_deploy.sh index bdbca73..9fa2ccd 100755 --- a/cicd_deploy.sh +++ b/cicd_deploy.sh @@ -2,9 +2,9 @@ git pull origin main -source /.venv/bin/activate +source ./.venv/bin/activate -pip install -r requirements.txt +pip install -r ./requirements.txt sudo systemctl stop ups-power.service sudo systemctl start ups-power.service