site-catium

Un site pour la promotion de catium - retour accueil

git clone git://bebou.netlib.re/site-catium
Log | Files | Refs | README |

commit 94567c9929f6df7b17fdd70d32ff92a0d23b4fb8
parent a6c7387c51106b8a2cb6bbed0d8a98d8848af15b
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sat, 26 Oct 2024 18:08:32 +0200

Cette fois-ci réellement générique

En fait --port c'est pour le daemon rsync, il faut que je mette à jour
la faq

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -18,7 +18,7 @@ clean:; rm -r public/* exec:; chmod 755 ${sources} -deploy: all; rsync -hvr public/* --port=1459 pi@bebou.netlib.re:/home/pi/catium.bebou.netlib.re/ +deploy: all; rsync -e 'ssh -p 1459' -hvr public/* pi@bebou.netlib.re:/home/pi/catium.bebou.netlib.re/ updatescreens:; bin/updatescreens