fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed1d78
)
Deploy in Makefile.
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 8 Feb 2019 10:38:57 +0000
(11:38 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 8 Feb 2019 10:38:57 +0000
(11:38 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5ef3ba7
..
471127c
100644
(file)
--- 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