diff --git a/Makefile b/Makefile index b3eabaae..f05e9cc5 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,10 @@ app/assets/fonts/forkawesome-webfont.woff2: fa.txt fa: app/assets/fonts/forkawesome-webfont.woff2 ## Fork Awesome +ota: assets + sudo chgrp -R 82 public/ + rsync -av public/ athshe:/srv/sutty/srv/http/data/_public/ + /etc/hosts: always @echo "Chequeando si es necesario agregar el dominio local $(SUTTY)" @grep -q " $(SUTTY)$$" $@ || echo -e "127.0.0.1 $(SUTTY)\n::1 $(SUTTY)" | sudo tee -a $@