del ENV set in deploy.sh

This commit is contained in:
David 2019-05-25 11:12:52 +08:00
parent 57e77aa4f9
commit 5f54e78186
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ git pull
echo
echo 2/5 Install python dependencies and migrate
docker exec $CONTAINER_NAME /bin/sh -c "cd /project \
&& export ENV=PROD \
&& pip install -r requirements.txt \
&& python manage.py migrate"