wezm.net/v2/Justfile

15 lines
262 B
Makefile
Raw Normal View History

2021-10-27 07:29:15 +00:00
default:
@just --list
2022-02-28 04:50:57 +00:00
# build and rsync to production
2021-10-27 07:29:15 +00:00
deploy: build
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
# build with zola
build:
zola build
2023-01-30 00:37:40 +00:00
# start zola dev server
serve:
zola serve