run this file within pipenv

This commit is contained in:
willipink 2020-12-19 10:33:53 +00:00
parent 2de655a8df
commit b38f583051

2
update
View File

@ -17,7 +17,7 @@ echo -n "fetching "
git pull -q origin master >/dev/null git pull -q origin master >/dev/null
echo -n "... collecting " echo -n "... collecting "
pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null
echo -n "... bumping " echo -n "... bumping "
version=$(date +"%y%m%d") version=$(date +"%y%m%d")