deploy foundation: push-based deploy.sh, spec-007, v3.0.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user