Add a target for running in production [skip ci]

This commit is contained in:
Oliver Davies 2021-08-02 19:24:05 +01:00
parent d849515e01
commit cc928de248

View file

@ -31,6 +31,9 @@ push-images:
docker image push $(DOCKER_WEB_IMAGE_NAME):$(DOCKER_TAG) docker image push $(DOCKER_WEB_IMAGE_NAME):$(DOCKER_TAG)
docker image push $(DOCKER_WEB_IMAGE_NAME):latest docker image push $(DOCKER_WEB_IMAGE_NAME):latest
run-production:
docker-compose --file docker-compose-production.yaml up --detach --remove-orphans
.PHONY: * .PHONY: *
# vim: noexpandtab filetype=make # vim: noexpandtab filetype=make