add explanation for Makefile rsync usage
This commit is contained in:
parent
a3d057d5b0
commit
677f3f6a06
6
Makefile
6
Makefile
|
@ -9,5 +9,11 @@ generate:
|
|||
./generate.py
|
||||
|
||||
push:
|
||||
# assumes that you have rsync (a copying tool).
|
||||
# if necessary, use 'scp -r' instead of 'rsync -avuP'
|
||||
# also assumes you have something like this in your ~/.ssh/config:
|
||||
# Host quitte
|
||||
# HostName quitte.ifsr.de
|
||||
# User <usename>
|
||||
rsync -avuP ./deploy/ quitte:$(server_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue