deploy foundation: push-based deploy.sh, spec-007, v3.0.0

This commit is contained in:
Oleksandr Kozachuk
2026-07-13 15:06:38 +02:00
parent 3d2289496b
commit 8a19c35353
7 changed files with 115 additions and 5 deletions
+4
View File
@@ -79,3 +79,7 @@ build: clean ## Build distribution packages
# CI targets
ci: install-dev all-checks ## Full CI pipeline (install deps and run all checks)
# Deploy targets (SPEC-007)
deploy: ## Deploy a tag to a host: make deploy HOST=ggg TAG=v3.0.0
bash deploy/deploy.sh $(HOST) $(TAG)