We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c657165 commit d118bc8Copy full SHA for d118bc8
.github/workflows/main.yml
@@ -30,7 +30,6 @@ jobs:
30
source .venv/bin/activate
31
pip install --upgrade pip
32
pip install -r requirements.txt
33
- chown -R django:django /home/django/50v-backend
34
python manage.py migrate
35
- systemctl restart gunicorn
+ sudo systemctl restart gunicorn
36
0 commit comments