X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6ed1d78c6ca14fd002c7a00867d1964e0c4ea4a8..25cb0dced028c91d9a73d7faedae4d3e73162902:/Makefile diff --git a/Makefile b/Makefile index 5ef3ba7e4..471127c17 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,13 @@ +.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 collectstatic --noinput + + .ONESHELL: test: cd src