From: Michael Tremer Date: Tue, 9 Jan 2024 17:33:44 +0000 (+0000) Subject: error-pages: Add a simple command to upload files to the load-balancer X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=874ca6f60da01143b93c4f33a6650972f36eb0bc error-pages: Add a simple command to upload files to the load-balancer Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 483402be..f382c750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1083,6 +1083,10 @@ EXTRA_DIST += \ error-pages: $(AM_V_GEN)cd src/error-pages && $(JEKYLL) build --quiet --incremental +.PHONY: upload-error-pages +upload-error-pages: error-pages + scp -P 222 src/error-pages/_site/*.http root@fw01.haj.ipfire.org:/etc/haproxy/errors/ + # ------------------------------------------------------------------------------ dist_cron_DATA = \