Update .gitea/workflows/deploy.yml
Some checks failed
Deploy Portfolio / deploy (push) Failing after 0s

This commit is contained in:
2026-04-23 03:28:12 +00:00
parent e482e2cefd
commit b318cc1a1b

View File

@@ -11,12 +11,12 @@ jobs:
steps: steps:
- name: Pull latest code - name: Pull latest code
run: | run: |
cd ~/Portfolio cd /var/www/Portfolio
git pull origin main git pull origin main
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
cd ~/Portfolio cd /var/www/Portfolio
pip install -r requirements.txt pip install -r requirements.txt
- name: Restart application service - name: Restart application service