mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
7 lines
147 B
Makefile
7 lines
147 B
Makefile
|
all:
|
||
|
echo "Available targets:"
|
||
|
echo "- deploy"
|
||
|
|
||
|
deploy:
|
||
|
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|