1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/Justfile

14 lines
262 B
Makefile

default:
@just --list
# build and rsync to production
deploy: build
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
# build with zola
build:
zola build
# start zola dev server
serve:
zola serve