From 9abf410d9e2987751fbe5acb57a2f4490c9af9be Mon Sep 17 00:00:00 2001 From: benny Date: Thu, 23 Apr 2026 03:30:15 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bc7cc63..e21cd8d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python dependencies run: | cd /var/www/Portfolio - pip install -r requirements.txt + /var/www/Portfolio/port/bin/pip install -r requirements.txt - name: Restart application service run: |