This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user