Add makefile for releasing web app to minio.
This commit is contained in:
parent
453c0bd93f
commit
576973c6e6
6
web/Makefile
Normal file
6
web/Makefile
Normal 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/
|
||||
Loading…
x
Reference in New Issue
Block a user