Add makefile.
authorRadek Czajka <rczajka@rczajka.pl>
Sat, 2 Mar 2019 00:18:27 +0000 (01:18 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Sat, 2 Mar 2019 00:18:27 +0000 (01:18 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..6f33836
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: deploy
+
+
+deploy: src/audiobooks/localsettings.py
+       pip install -r requirements.txt
+       src/manage.py migrate --noinput
+       src/manage.py collectstatic --noinput
+