Makefile: fix rsync permissions
This commit is contained in:
parent
df898e5ba3
commit
c0135955b4
2
Makefile
2
Makefile
@ -5,6 +5,6 @@ all:
|
|||||||
done
|
done
|
||||||
upload: all
|
upload: all
|
||||||
sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html
|
sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html
|
||||||
rsync -avcL www/ deploy@lctp:/srv/http/lctp
|
rsync --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -avcL www/ deploy@lctp:/srv/http/lctp
|
||||||
watch:
|
watch:
|
||||||
cd bericht && make watch
|
cd bericht && make watch
|
||||||
|
Loading…
Reference in New Issue
Block a user