Skip to content

Commit b043481

Browse files
authored
env based on full path
1 parent 1f3edbb commit b043481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ssh server "
3737
cd $ROOT_DIR &&
3838
git pull origin main &&
39-
source $ENV_DIRbin/activate &&
39+
source $ENV_DIR &&
4040
pip install -r requirements/production.txt &&
4141
python manage.py migrate --settings=config.settings.production &&
4242
python manage.py collectstatic --noinput --settings=config.settings.production &&

0 commit comments

Comments
 (0)