website/Makefile
Peter Tillemans 3b6e73acc3
All checks were successful
/ build (push) Successful in -1m48s
modify upload instructions
2024-05-26 20:42:49 +02:00

11 lines
155 B
Makefile

build:
zola build
serve:
zola serve
publish: build
scp -r public/* snamellit@lotte.snamellit.com:/usr/share/nginx/snamellit/
clean:
rm -rf public