We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3edbb commit b043481Copy full SHA for b043481
.github/workflows/django.yml
@@ -36,7 +36,7 @@ jobs:
36
ssh server "
37
cd $ROOT_DIR &&
38
git pull origin main &&
39
- source $ENV_DIRbin/activate &&
+ source $ENV_DIR &&
40
pip install -r requirements/production.txt &&
41
python manage.py migrate --settings=config.settings.production &&
42
python manage.py collectstatic --noinput --settings=config.settings.production &&
0 commit comments