Add push make target

This commit is contained in:
2025-04-15 23:00:55 -04:00
parent f5446ac0eb
commit 385c04ff98

View File

@@ -122,6 +122,9 @@ push: ## Build and push a specific docker image (`make push f=httpd`)
--build-arg VCS_REF=$$(git rev-parse HEAD) \
.
docker-pull:
@docker compose --profile frontend --profile api --profile backend pull
cert: domain=$(if $(d),$(d),${NGINX_HOST})
cert: ## Generate a cert for the given domain
./scripts/generate_cert.sh ${domain}