Zip target and build instructions

This commit is contained in:
Imbus 2024-05-05 13:59:43 +02:00
parent eb3b594aaa
commit d69a9dca2d
2 changed files with 20 additions and 1 deletions

View file

@ -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