From 269db4cd09c08c4ca7f3b452898aee426261e989 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 26 Feb 2021 10:22:30 -0300 Subject: [PATCH] un wip de ota (over the air updates) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b3eabaa..f05e9cc 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 $@