Current section
Files
Jump to
Current section
Files
Makefile
.PHONY: all compile update_priv publish docfood
all: compile
deps:
mix deps.get
compile: deps
mix escript.build
update-priv:
cp -R doc-food/_static priv/
publish:
mix hex.publish
docfood:
chmod +x ./wb
./wb gen doc-food /tmp/wb "https://mtod.org/wb"
rsync -avz -e ssh /tmp/wb newmtod:/home/hq1/containers/static/static/