Add makefile for releasing web app to minio.

This commit is contained in:
Bill Thiede 2023-02-26 11:15:57 -08:00
parent 453c0bd93f
commit 576973c6e6

6
web/Makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: all
# Build in release mode and push to minio for serving.
all:
trunk build --release
mc mirror --overwrite --remove dist/ m/letterbox/