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