feat: enhance team planning and deployment
Test and publish / verify (push) Successful in 2m45s

This commit is contained in:
2026-07-29 12:09:21 +03:30
parent c3083b137f
commit eba6b3565c
10 changed files with 472 additions and 22 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
.PHONY: run test build docker-build
.PHONY: run test build docker-build compose-up compose-down
run:
go run ./cmd/server
@@ -11,3 +11,9 @@ build:
docker-build:
docker build -f build/dockerfile -t hamkar:local .
compose-up:
docker compose -f compose.yml up -d --build
compose-down:
docker compose -f compose.yml down