Update .gitea/workflows/deploy.yml
All checks were successful
Deploy Portfolio / deploy (push) Successful in 1s

This commit is contained in:
2026-04-23 03:36:39 +00:00
parent 9abf410d9e
commit b9d2e57d5d

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
cd /var/www/Portfolio cd /var/www/Portfolio
/var/www/Portfolio/port/bin/pip install -r requirements.txt /var/www/Portfolio/port/bin/pip3 install -q -r requirements.txt
- name: Restart application service - name: Restart application service
run: | run: |