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