X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4298f7948e8963176debf5877fce30c49ae4e3ad..10dc1a5e84d23582a58ead2551ddf54a66b94496:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 5ef3ba7e4..79fa8f6f5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,14 @@ +.PHONY: deploy test + + +deploy: src/wolnelektury/localsettings.py + git submodule update --init + pip install -r requirements/requirements.txt + src/manage.py migrate --noinput + src/manage.py update_counters + src/manage.py collectstatic --noinput + + .ONESHELL: test: cd src