forked from wezm/wezm.net
7 lines
161 B
Makefile
7 lines
161 B
Makefile
all:
|
|
@echo "Available targets:"
|
|
@echo "- deploy"
|
|
|
|
deploy:
|
|
zola build
|
|
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|