From b318cc1a1b0ecc5731e6f6962927a8b1e3608287 Mon Sep 17 00:00:00 2001 From: benny Date: Thu, 23 Apr 2026 03:28:12 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index aa411fc..bc7cc63 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,12 +11,12 @@ jobs: steps: - name: Pull latest code run: | - cd ~/Portfolio + cd /var/www/Portfolio git pull origin main - name: Install Python dependencies run: | - cd ~/Portfolio + cd /var/www/Portfolio pip install -r requirements.txt - name: Restart application service