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

11 lines
205 B
Makefile
Raw Normal View History

2021-10-27 07:29:15 +00:00
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