Skip to content

Commit d118bc8

Browse files
authored
Update main.yml
1 parent c657165 commit d118bc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
source .venv/bin/activate
3131
pip install --upgrade pip
3232
pip install -r requirements.txt
33-
chown -R django:django /home/django/50v-backend
3433
python manage.py migrate
35-
systemctl restart gunicorn
34+
sudo systemctl restart gunicorn
3635

0 commit comments

Comments
 (0)