mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Less echo in Makefile
This commit is contained in:
parent
0e50bc2618
commit
909bfb61ba
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
all:
|
all:
|
||||||
echo "Available targets:"
|
@echo "Available targets:"
|
||||||
echo "- deploy"
|
@echo "- deploy"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
||||||
|
|
Loading…
Reference in a new issue