forked from wezm/wezm.net
10 lines
205 B
Makefile
10 lines
205 B
Makefile
default:
|
|
@just --list
|
|
|
|
# rsync to production
|
|
deploy: build
|
|
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
|
|
|
# build with zola
|
|
build:
|
|
zola build
|