mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-13 06:31:41 +00:00
un wip de ota (over the air updates)
This commit is contained in:
parent
9cb3c084ee
commit
269db4cd09
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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 $@
|
||||
|
|
Loading…
Reference in a new issue