Alphabetical order

This commit is contained in:
Julien Dessaux 2022-09-08 20:06:09 +02:00
parent 17076e0e5b
commit 65fa71f3a4
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -15,17 +15,17 @@ build: ## make build # builds an optimized version of the website in $(DESTDIR)
buildah: ## make buildah # builds the container images buildah: ## make buildah # builds the container images
deploy/build-image.sh deploy/build-image.sh
.PHONY: push
push: ## make push # push the built images to quay.io
buildah push adyxax/www quay.io/adyxax/www:$(REVISION)
buildah push adyxax/www-search quay.io/adyxax/www-search:$(REVISION)
.PHONY: clean .PHONY: clean
clean: ## make clean # removed all $(DESTDIR) contents clean: ## make clean # removed all $(DESTDIR) contents
@echo "----- Cleaning old build -----" @echo "----- Cleaning old build -----"
rm -f search/index.html search/index.json search/search rm -f search/index.html search/index.json search/search
rm -rf $(DESTDIR) rm -rf $(DESTDIR)
.PHONY: push
push: ## make push # push the built images to quay.io
buildah push adyxax/www quay.io/adyxax/www:$(REVISION)
buildah push adyxax/www-search quay.io/adyxax/www-search:$(REVISION)
.PHONY: serve .PHONY: serve
serve: ## make serve # hugo web server development mode serve: ## make serve # hugo web server development mode
hugo serve --disableFastRender --noHTTPCache --cacheDir $(CACHEDIR) --bind 0.0.0.0 --port 1313 -b http://$(HOSTNAME):1313/ hugo serve --disableFastRender --noHTTPCache --cacheDir $(CACHEDIR) --bind 0.0.0.0 --port 1313 -b http://$(HOSTNAME):1313/