un wip de ota (over the air updates)

This commit is contained in:
f 2021-02-26 10:22:30 -03:00
parent 9cb3c084ee
commit 269db4cd09

View file

@ -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 $@