Zip target and build instructions
This commit is contained in:
parent
eb3b594aaa
commit
d69a9dca2d
2 changed files with 20 additions and 1 deletions
3
makefile
3
makefile
|
@ -29,7 +29,8 @@ release:
|
|||
scp krusty-imbus_$(GITHASH).tar.gz.minisig server:/public/krusty/krusty-imbus_$(GITHASH).tar.gz.minisig
|
||||
|
||||
zip:
|
||||
git archive --format=zip --prefix krusty11/ --output=krusty11-$(GITHASH).zip HEAD
|
||||
git archive --format=zip --prefix Rest11/ --output=Rest11.zip HEAD
|
||||
7za a -tzip CourseProject11.zip ./app/Migrations/*.sql
|
||||
|
||||
# Generate ERD. Requires eralchemy2 (pip install eralchemy2)
|
||||
erd: migrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue