[+] improve deployment
This commit is contained in:
parent
fadfd8711c
commit
a0a2248306
1
deps/test-task-2025-06-30-v1/.gitignore
vendored
1
deps/test-task-2025-06-30-v1/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
!.tmuxp/
|
!.tmuxp/
|
||||||
!python
|
!python
|
||||||
.env/
|
.env/
|
||||||
|
releases/tar
|
||||||
|
6
deps/test-task-2025-06-30-v1/Makefile
vendored
6
deps/test-task-2025-06-30-v1/Makefile
vendored
@ -41,3 +41,9 @@ compose_env:
|
|||||||
|
|
||||||
compose_build_web:
|
compose_build_web:
|
||||||
$(COMPOSE) build web
|
$(COMPOSE) build web
|
||||||
|
|
||||||
|
git-release:
|
||||||
|
git archive \
|
||||||
|
--format=tar \
|
||||||
|
-o releases/tar/repo-$(git describe --tags).tar \
|
||||||
|
HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user