mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
11 lines
205 B
Makefile
11 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
|