Add push make target
This commit is contained in:
3
Makefile
3
Makefile
@@ -122,6 +122,9 @@ push: ## Build and push a specific docker image (`make push f=httpd`)
|
|||||||
--build-arg VCS_REF=$$(git rev-parse HEAD) \
|
--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: domain=$(if $(d),$(d),${NGINX_HOST})
|
||||||
cert: ## Generate a cert for the given domain
|
cert: ## Generate a cert for the given domain
|
||||||
./scripts/generate_cert.sh ${domain}
|
./scripts/generate_cert.sh ${domain}
|
||||||
|
|||||||
Reference in New Issue
Block a user