Show rsync progress using -P
This commit is contained in:
parent
5567792d9b
commit
02345bcc50
@ -3,7 +3,7 @@
|
||||
function sync() {
|
||||
ENV=development make render $@
|
||||
date +%s.%N > public/hot-reload
|
||||
rsync -avh public/ dev.ekzyis.com:/var/www/dev.ekzyis --delete
|
||||
rsync -avhP public/ dev.ekzyis.com:/var/www/dev.ekzyis --delete
|
||||
}
|
||||
|
||||
function cleanup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user