[+] improve deployment

This commit is contained in:
Siarhei Siniak 2025-07-02 12:39:40 +03:00
parent fadfd8711c
commit a0a2248306
2 changed files with 7 additions and 0 deletions

@ -1,3 +1,4 @@
!.tmuxp/
!python
.env/
releases/tar

@ -41,3 +41,9 @@ compose_env:
compose_build_web:
$(COMPOSE) build web
git-release:
git archive \
--format=tar \
-o releases/tar/repo-$(git describe --tags).tar \
HEAD