1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-23 19:50:42 +00:00
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