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